- Timestamp:
- Oct 16, 2013, 11:36:23 AM (11 years ago)
- Branches:
- master
- Children:
- d22b691
- Parents:
- b748208
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cleanup/copylibs.xml
rb748208 rb608a6d 15 15 copied to the target:</para> 16 16 17 <screen><userinput>cp -v ${CLFS}/cross-tools/${CLFS_TARGET}/lib/*.so ${CLFS}/targetfs/lib/</userinput></screen>17 <screen><userinput>cp -v ${CLFS}/cross-tools/${CLFS_TARGET}/lib/*.so* ${CLFS}/targetfs/lib/</userinput></screen> 18 18 19 19 <para>Optionally, strip the libraries to reduce their size:</para> -
BOOK/cross-tools/common/libc.xml
rb748208 rb608a6d 43 43 44 44 <screen os="j"><userinput>make install</userinput></screen> 45 46 <para os="k">Make the proper symlinks for the dynamic loader such that 47 dynamically linked executables properly find the musl ld:</para> 48 49 <screen os="m"><userinput>ln -s libc.so ${CLFS}/cross-tools/${CLFS_TARGET}/ld-musl-arm.so.1 50 ln -s libc.so ${CLFS}/cross-tools/${CLFS_TARGET}/ld-musl-armhf.so.1 51 ln -s libc.so ${CLFS}/cross-tools/${CLFS_TARGET}/ld-musl-i386.so.1 52 ln -s libc.so ${CLFS}/cross-tools/${CLFS_TARGET}/ld-musl-mips.so.1</userinput></screen> 45 53 46 54 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.