mirror of
https://github.com/cross-lfs/clfs-embedded.git
synced 2025-07-29 12:11:34 +00:00
cleanup: Remove copylibs section
It is no longer needed, we should already have all the libs we actually need present in the targetfs/lib/ directory as we've been installing them as we go.
This commit is contained in:
@ -11,7 +11,6 @@
|
||||
|
||||
<title>Backup and Cleanup</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="copylibs.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chowning.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="copy-to-target.xml"/>
|
||||
|
||||
|
@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../general.ent">
|
||||
%general-entities;
|
||||
]>
|
||||
|
||||
<sect1 id="ch-cleanup-copy-libs">
|
||||
<?dbhtml filename="copylibs.html"?>
|
||||
|
||||
<title>Copy Libraries</title>
|
||||
|
||||
<para>Since the cross compiler was built within
|
||||
<filename>${CLFS}/cross-tools</filename>, the generated libraries need to be
|
||||
copied to the target:</para>
|
||||
|
||||
<screen><userinput>cp -vP ${CLFS}/cross-tools/${CLFS_TARGET}/lib/*.so* ${CLFS}/targetfs/lib/</userinput></screen>
|
||||
|
||||
<para>Optionally, strip the libraries to reduce their size:</para>
|
||||
|
||||
<screen><userinput>${CLFS_TARGET}-strip ${CLFS}/targetfs/lib/*</userinput></screen>
|
||||
|
||||
</sect1>
|
Reference in New Issue
Block a user