Changeset b2699c0
- Timestamp:
- Feb 26, 2007, 8:01:04 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0c6e1ea5
- Parents:
- a3249f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/sparc64/glibc.xml
ra3249f3 rb2699c0 80 80 xpointer="xpointer(//*[@os='l'])"/> 81 81 82 <para os="l1">In multilib, we tend to think that compiling for 83 <literal>${CLFS_TARGET32}</literal> is <emphasis>not</emphasis> 84 cross-compiling. Glibc takes the traditional view that if you are building 85 for a different host then you are cross-compiling, so you won't be running 86 the tests and therefore you don't need the locale files. When we run 87 the tests, many will fail if the locale files are missing. The following 88 sed allows these tests to succeed:</para> 82 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 83 href="../multilib/glibc.xml" 84 xpointer="xpointer(//*[@os='l1'])"/> 89 85 90 <screen os="l2"><userinput>sed -i '/cross-compiling/s@ifeq@ifneq@g' ../glibc-2.4/localedata/Makefile</userinput></screen> 86 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 87 href="../multilib/glibc.xml" 88 xpointer="xpointer(//*[@os='l2'])"/> 91 89 92 90 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.