diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-08-19 21:35:01 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-08-19 21:35:01 +0000 |
commit | b5b97081a932b0efb46b407511e29176b615ab22 (patch) | |
tree | 4b34a94b4fccffb9f44d3d8091908a9ce343a31e /chapter06/gcc.xml | |
parent | 1b40540233b2d50bce2b424e0eea4ed7cfff1f4e (diff) |
Updates to file and library contenets.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 22684f04f..9f103f716 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -312,9 +312,10 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> <seglistitem> <seg>c++, cc (link to gcc), cpp, g++, gcc, - gcc-ar, gcc-nm, gcc-ranlib, gccbug, and gcov</seg> + gcc-ar, gcc-nm, gcc-ranlib, and gcov</seg> - <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libgcov.a, libgomp.{a,so}, + <seg>libasan.{a,so}, libatomic.{a,so}, libgcc.a, libgcc_eh.a, + libgcc_s.so, libgcov.a, libgomp.{a,so}, libitm.{a,so}, liblto_plugin.so, libmudflap.{a,so}, libmudflapth.{a,so}, libquadmath.{a,so}, libssp.{a,so}, libssp_nonshared.a, libstdc++.{a,so} and libsupc++.a</seg> @@ -418,16 +419,6 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> </listitem> </varlistentry> - <varlistentry id="gccbug"> - <term><command>gccbug</command></term> - <listitem> - <para>A shell script used to help create useful bug reports</para> - <indexterm zone="ch-system-gcc gccbug"> - <primary sortas="b-gccbug">gccbug</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="gcov"> <term><command>gcov</command></term> <listitem> |