Changeset b755562 for chapter06/gcc.xml


Ignore:
Timestamp:
12/29/2013 06:42:35 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
357f6f8
Parents:
61aff8d
Message:

Use gcc version of libiberty.a

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10427 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r61aff8d rb755562  
    5050  i?86) sed -i 's/^T_CFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in ;;
    5151esac</userinput></screen>
    52 
     52<!--
    5353    <para>Workaround a bug so that GCC doesn't install
    5454    <filename class="libraryfile">libiberty.a</filename>, which is already
     
    5656
    5757<screen><userinput remap="pre">sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen>
    58 
     58-->
    5959    <para>Also fix an error in one of the check Makefiles and disable one test in
    6060    the g++ libmudflap test suite:</para>
     
    316316
    317317        <seg>libasan.{a,so}, libatomic.{a,so}, libgcc.a, libgcc_eh.a,
    318         libgcc_s.so, libgcov.a, libgomp.{a,so}, libitm.{a,so},
     318        libgcc_s.so, libgcov.a, libgomp.{a,so}, libiberty.a, libitm.{a,so},
    319319        liblto_plugin.so, libmudflap.{a,so}, libmudflapth.{a,so},
    320320        libquadmath.{a,so}, libssp.{a,so},
     
    473473      </varlistentry>
    474474
     475      <varlistentry id="libiberty">
     476        <term><filename class="libraryfile">libiberty</filename></term>
     477        <listitem>
     478          <para>Contains routines used by various GNU programs, including
     479          <command>getopt</command>, <command>obstack</command>,
     480          <command>strerror</command>, <command>strtol</command>, and
     481          <command>strtoul</command></para>
     482          <indexterm zone="ch-system-gcc libiberty">
     483            <primary sortas="c-libiberty">libiberty</primary>
     484          </indexterm>
     485        </listitem>
     486      </varlistentry>
     487
    475488      <varlistentry id="liblto_plugin">
    476489        <term><filename class="libraryfile">liblto_plugin</filename></term>
Note: See TracChangeset for help on using the changeset viewer.