aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-29 18:42:35 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-29 18:42:35 +0000
commitb755562fb4b3c26c0febfc622b520dde5e664717 (patch)
tree073524352d171f9bef82db0a16608a9e2178172c /chapter06/gcc.xml
parent61aff8d08a5fa62560ac80be8ae8843c539d64a4 (diff)
Use gcc version of libiberty.a
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10427 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml19
1 files changed, 16 insertions, 3 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 34cff2785..cbc292c1e 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -49,13 +49,13 @@
<screen><userinput remap="pre">case `uname -m` in
i?86) sed -i 's/^T_CFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in ;;
esac</userinput></screen>
-
+<!--
<para>Workaround a bug so that GCC doesn't install
<filename class="libraryfile">libiberty.a</filename>, which is already
provided by Binutils:</para>
<screen><userinput remap="pre">sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen>
-
+-->
<para>Also fix an error in one of the check Makefiles and disable one test in
the g++ libmudflap test suite:</para>
@@ -315,7 +315,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
gcc-ar, gcc-nm, gcc-ranlib, and gcov</seg>
<seg>libasan.{a,so}, libatomic.{a,so}, libgcc.a, libgcc_eh.a,
- libgcc_s.so, libgcov.a, libgomp.{a,so}, libitm.{a,so},
+ libgcc_s.so, libgcov.a, libgomp.{a,so}, libiberty.a, libitm.{a,so},
liblto_plugin.so, libmudflap.{a,so}, libmudflapth.{a,so},
libquadmath.{a,so}, libssp.{a,so},
libssp_nonshared.a, libstdc++.{a,so}, libsupc++.a and libtsan.{a,so}</seg>
@@ -472,6 +472,19 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="libiberty">
+ <term><filename class="libraryfile">libiberty</filename></term>
+ <listitem>
+ <para>Contains routines used by various GNU programs, including
+ <command>getopt</command>, <command>obstack</command>,
+ <command>strerror</command>, <command>strtol</command>, and
+ <command>strtoul</command></para>
+ <indexterm zone="ch-system-gcc libiberty">
+ <primary sortas="c-libiberty">libiberty</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="liblto_plugin">
<term><filename class="libraryfile">liblto_plugin</filename></term>
<listitem>