%general-entities; ]> Copy Libraries Since the cross compiler was built within ${CLFS}/cross-tools, the generated libraries need to be copied to the target: cp -vP ${CLFS}/cross-tools/${CLFS_TARGET}/lib/*.so* ${CLFS}/targetfs/lib/ Optionally, strip the libraries to reduce their size: ${CLFS_TARGET}-strip ${CLFS}/targetfs/lib/*