Changeset 3349
- Timestamp:
- 02/03/07 20:28:00 (2 years ago)
- Files:
-
- branches/clfs-embedded/BOOK/cross-tools/mips/uclibc-headers.xml (modified) (1 diff)
- branches/clfs-embedded/BOOK/cross-tools/mips/uclibc.xml (modified) (1 diff)
- branches/clfs-embedded/BOOK/cross-tools/x86/uclibc-headers.xml (modified) (1 diff)
- branches/clfs-embedded/BOOK/cross-tools/x86/uclibc.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/clfs-embedded/BOOK/cross-tools/mips/uclibc-headers.xml
r3126 r3349 81 81 xpointer="xpointer(//*[@os='q'])"/> 82 82 83 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"84 href="uclibc.xml"85 xpointer="xpointer(//*[@os='r'])"/>86 87 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"88 href="../x86/uclibc-headers.xml"89 xpointer="xpointer(//*[@os='s'])"/>90 91 83 </sect2> 92 84 branches/clfs-embedded/BOOK/cross-tools/mips/uclibc.xml
r3068 r3349 105 105 xpointer="xpointer(//*[@os='q'])"/> 106 106 107 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"108 href="../x86/uclibc.xml"109 xpointer="xpointer(//*[@os='r'])"/>110 111 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"112 href="../x86/uclibc.xml"113 xpointer="xpointer(//*[@os='s'])"/>114 115 107 </sect2> 116 108 branches/clfs-embedded/BOOK/cross-tools/x86/uclibc-headers.xml
r3336 r3349 80 80 xpointer="xpointer(//*[@os='p'])"/> 81 81 82 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 83 href="uclibc.xml" 84 xpointer="xpointer(//*[@os='q'])"/> 85 86 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 87 href="uclibc.xml" 88 xpointer="xpointer(//*[@os='r'])"/> 89 90 <screen os="s"><userinput>make PREFIX=${CLFS} install_dev</userinput></screen> 82 <screen os="1"><userinput>make PREFIX=${CLFS} install_dev</userinput></screen> 91 83 92 84 </sect2> branches/clfs-embedded/BOOK/cross-tools/x86/uclibc.xml
r3336 r3349 84 84 <screen os="o"><userinput>make CC="${CC} ${BUILD}" TARGET_ARCH=i386</userinput></screen> 85 85 86 <para os="p">The uClibc build system creates symlinks in its 87 <filename class="directory">include</filename> directory pointing to 88 ${CLFS}/usr/include. We will need to remove these symlinks from the source dir:</para> 86 <para os="p">Install the package:</para> 89 87 90 <screen os="q"><userinput>rm include/{asm,asm-generic,linux}</userinput></screen> 91 92 <para os="r">Install the package:</para> 93 94 <screen os="s"><userinput>make PREFIX=${CLFS} install</userinput></screen> 88 <screen os="q"><userinput>make PREFIX=${CLFS} install</userinput></screen> 95 89 96 90 </sect2>
