Changeset f23b5ee in clfs-embedded for BOOK/cross-tools/x86/uclibc.xml
- Timestamp:
- Nov 18, 2006, 7:16:54 PM (18 years ago)
- Branches:
- master
- Children:
- 9b0a535
- Parents:
- 428c8a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/uclibc.xml
r428c8a6 rf23b5ee 72 72 echo "UCLIBC_HAS_FULL_RPC=y" >> .config</userinput></screen> 73 73 74 <para os="l">Compile the package:</para> 74 <para os="l">We have made some changes to our config, let's make sure 75 that we didn't miss and dependencies:</para> 75 76 76 <screen os="m"><userinput>make TARGET_ARCH=i386 </userinput></screen>77 <screen os="m"><userinput>make TARGET_ARCH=i386 oldconfig</userinput></screen> 77 78 78 <para os="n">The uClibc build system creates symlinks in its 79 <para os="n">Compile the package:</para> 80 81 <screen os="o"><userinput>make TARGET_ARCH=i386</userinput></screen> 82 83 <para os="p">The uClibc build system creates symlinks in its 79 84 <filename class="directory">include</filename> directory pointing to 80 85 ${CLFS}/usr/include. We will need to remove these symlinks from the source dir:</para> 81 86 82 <screen os=" o"><userinput>rm include/{asm,asm-generic,linux}</userinput></screen>87 <screen os="q"><userinput>rm include/{asm,asm-generic,linux}</userinput></screen> 83 88 84 <para os=" p">Install the package:</para>89 <para os="r">Install the package:</para> 85 90 86 <screen os=" q"><userinput>make PREFIX=${CLFS} install</userinput></screen>91 <screen os="s"><userinput>make PREFIX=${CLFS} install</userinput></screen> 87 92 88 93 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.