Changeset 8b3ca42 for final-system/multilib
- Timestamp:
- Jul 24, 2006, 6:02:14 PM (18 years ago)
- Children:
- e970bd81
- Parents:
- 5e56006
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/multilib/glibc.xml
r5e56006 r8b3ca42 88 88 xpointer="xpointer(//*[@os='l'])"/> 89 89 90 <para os="l1">In multilib, we tend to think that compiling for 91 <literal>${CLFS_TARGET32}</literal> is <emphasis>not</emphasis> 92 cross-compiling. Glibc takes the traditional view that if you are building 93 for a different host then you are cross-compiling, so you won"t be running 94 the tests and therefore you don"t need the locale files. When we run 95 the tests, many will fail if the locale files are missing. The following 96 sed allows these tests to succeed:</para> 97 98 <screen os="l2"><userinput>sed -i '/cross-compiling/s@ifeq@ifneq@g' ../glibc-2.4/localedata/Makefile</userinput></screen> 99 90 100 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 91 101 href="../common/glibc.xml" … … 103 113 href="../common/glibc.xml" 104 114 xpointer="xpointer(//*[@os='p'])"/> 115 116 <!-- now that we can see what is really failing, we can address arch-specific failures here --> 105 117 106 118 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.