|
@@ -49,13 +49,13 @@
|
|
|
<screen><userinput remap="pre">case `uname -m` in
|
|
|
i?86) sed -i 's/^T_CFLAGS =$/& -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>
|