diff options
Diffstat (limited to 'chapter08/binutils.xml')
-rw-r--r-- | chapter08/binutils.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 3930090d0..a8f0f9802 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -163,6 +163,10 @@ cd build</userinput></screen> <screen><userinput remap="install">make tooldir=/usr install</userinput></screen> + <para>Remove useless static libraries:</para> + +<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a</userinput></screen> + </sect2> <sect2 id="contents-binutils" role="content"> @@ -176,7 +180,7 @@ cd build</userinput></screen> <seglistitem> <seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, ld, ld.bfd, ld.gold, nm, objcopy, objdump, ranlib, readelf, size, strings, and strip</seg> - <seg>libbfd.{a,so}, libctf.{a,so}, libctf-nobfd.{a,so}, and libopcodes.{a,so}</seg> + <seg>libbfd.so, libctf.so, libctf-nobfd.so, and libopcodes.so</seg> <seg>/usr/lib/ldscripts</seg> </seglistitem> </segmentedlist> |