Changeset f540eb0 in clfs-embedded for BOOK/cross-tools/x86/uclibc.xml
- Timestamp:
- Feb 3, 2007, 8:28:00 PM (18 years ago)
- Branches:
- master
- Children:
- d7ce4b8
- Parents:
- c149470
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.