Changeset 8b3ca42 for final-system
- Timestamp:
- Jul 24, 2006, 6:02:14 PM (18 years ago)
- Children:
- e970bd81
- Parents:
- 5e56006
- Location:
- final-system
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/mips64/glibc.xml
r5e56006 r8b3ca42 104 104 105 105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 106 href="../multilib/glibc.xml" 107 xpointer="xpointer(//*[@os='l1'])"/> 108 109 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 110 href="../multilib/glibc.xml" 111 xpointer="xpointer(//*[@os='l2'])"/> 112 113 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 106 114 href="../common/glibc.xml" 107 115 xpointer="xpointer(//*[@os='m'])"/> -
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" -
final-system/ppc64/glibc.xml
r5e56006 r8b3ca42 97 97 98 98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 99 href="../multilib/glibc.xml" 100 xpointer="xpointer(//*[@os='l1'])"/> 101 102 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 103 href="../multilib/glibc.xml" 104 xpointer="xpointer(//*[@os='l2'])"/> 105 106 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 99 107 href="../common/glibc.xml" 100 108 xpointer="xpointer(//*[@os='m'])"/>
Note:
See TracChangeset
for help on using the changeset viewer.