Changeset 1531f18 in clfs-sysroot for BOOK/cross-tools


Ignore:
Timestamp:
Jun 18, 2006, 1:02:45 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
06e1eb5
Parents:
9748f02
Message:

r3953@server (orig r1777): jciccone | 2006-06-18 12:55:16 -0700
Added a patch to create the zoneinfo files when glibc installs.

Location:
BOOK/cross-tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/glibc.xml

    r9748f02 r1531f18  
    4949    href="../common/glibc.xml"
    5050    xpointer="xpointer(//*[@os='p4'])"/>
     51
     52    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     53    href="../common/glibc.xml"
     54    xpointer="xpointer(//*[@os='p5'])"/>
     55
     56    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     57    href="../common/glibc.xml"
     58    xpointer="xpointer(//*[@os='p6'])"/>
    5159
    5260    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/common/glibc.xml

    r9748f02 r1531f18  
    4848
    4949<screen os="p4"><userinput>patch -Np1 -i ../&glibc-localedef_segfault-patch;</userinput></screen>
     50
     51    <para os="p5">The following patch changes the way glibc generates it's
     52    timezone information so that it can be generated when
     53    cross-compiling:</para>
     54
     55<screen os="p6"><userinput>patch -Np1 -i ../&glibc-crosscompile_timezone_fix-patch;</userinput></screen>
    5056
    5157    <para os="b">The Glibc documentation recommends building Glibc outside of the
     
    273279    <para>To determine the local time zone, run the following script:</para>
    274280
    275 <screen role="nodump"><userinput>tzselect</userinput></screen>
     281<screen role="nodump"><userinput>${LFS}/usr/bin/tzselect</userinput></screen>
    276282
    277283    <para>After answering a few questions about the location, the script will
     
    280286    <filename>/etc/localtime</filename> file by running:</para>
    281287
    282 <screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
    283     /etc/localtime</userinput></screen>
     288<screen><userinput>cp -v --remove-destination ${LFS}/usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
     289    ${LFS}/etc/localtime</userinput></screen>
    284290
    285291    <para>Replace <replaceable>[xxx]</replaceable> with the name of the time zone
Note: See TracChangeset for help on using the changeset viewer.