Changeset 1531f18 in clfs-sysroot for BOOK/cross-tools
- Timestamp:
- Jun 18, 2006, 1:02:45 PM (18 years ago)
- Branches:
- master
- Children:
- 06e1eb5
- Parents:
- 9748f02
- Location:
- BOOK/cross-tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/glibc.xml
r9748f02 r1531f18 49 49 href="../common/glibc.xml" 50 50 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'])"/> 51 59 52 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/glibc.xml
r9748f02 r1531f18 48 48 49 49 <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> 50 56 51 57 <para os="b">The Glibc documentation recommends building Glibc outside of the … … 273 279 <para>To determine the local time zone, run the following script:</para> 274 280 275 <screen role="nodump"><userinput> tzselect</userinput></screen>281 <screen role="nodump"><userinput>${LFS}/usr/bin/tzselect</userinput></screen> 276 282 277 283 <para>After answering a few questions about the location, the script will … … 280 286 <filename>/etc/localtime</filename> file by running:</para> 281 287 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> 284 290 285 291 <para>Replace <replaceable>[xxx]</replaceable> with the name of the time zone
Note:
See TracChangeset
for help on using the changeset viewer.