Changeset f540eb0 in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Feb 3, 2007, 8:28:00 PM (18 years ago)
- Branches:
- master
- Children:
- d7ce4b8
- Parents:
- c149470
- Location:
- BOOK/cross-tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips/uclibc-headers.xml
rc149470 rf540eb0 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 -
BOOK/cross-tools/mips/uclibc.xml
rc149470 rf540eb0 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 -
BOOK/cross-tools/x86/uclibc-headers.xml
rc149470 rf540eb0 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> -
BOOK/cross-tools/x86/uclibc.xml
rc149470 rf540eb0 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>
Note:
See TracChangeset
for help on using the changeset viewer.