mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
binutils: Remove libgprofng.a, add libgprofng.so into contents section
This commit is contained in:
parent
30e0a7b28f
commit
f0b518a01e
@ -153,7 +153,7 @@ cd build</userinput></screen>
|
||||
|
||||
<para>Remove useless static libraries:</para>
|
||||
|
||||
<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,sframe,opcodes}.a</userinput></screen>
|
||||
<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,gprofng,opcodes,sframe}.a</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -168,7 +168,8 @@ cd build</userinput></screen>
|
||||
<seglistitem>
|
||||
<seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, ld.gold, nm,
|
||||
objcopy, objdump, ranlib, readelf, size, strings, and strip</seg>
|
||||
<seg>libbfd.so, libctf.so, libctf-nobfd.so, libopcodes.so, and libsframe.so</seg>
|
||||
<seg>libbfd.so, libctf.so, libctf-nobfd.so, libgprofng.so,
|
||||
libopcodes.so, and libsframe.so</seg>
|
||||
<seg>/usr/lib/ldscripts</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -416,6 +417,17 @@ cd build</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libgprofng">
|
||||
<term><filename class="libraryfile">libgprofng</filename></term>
|
||||
<listitem>
|
||||
<para>A library containing most routines used by
|
||||
<command>gprofng</command></para>
|
||||
<indexterm zone="ch-system-binutils libgprofng">
|
||||
<primary sortas="c-libgprofng">libgprofng</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libopcodes">
|
||||
<term><filename class="libraryfile">libopcodes</filename></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user