Changeset 94c0cb3 for chapter06/gcc.xml


Ignore:
Timestamp:
01/09/2014 11:16:51 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
848907c
Parents:
b2b9fd6
Message:

Merge lfs svn book and update to libcap-2.24

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    rb2b9fd6 r94c0cb3  
    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>
     
    8080                       --disable-multilib          \
    8181                       --disable-bootstrap         \
    82                        --disable-install-libiberty \
    8382                       --with-system-zlib</userinput></screen>
    8483
     
    8988    <variablelist>
    9089      <title>The meaning of the new configure option:</title>
    91 
     90<!--
    9291      <varlistentry>
    93         <term><parameter>--disable-install-libiberty</parameter></term>
     92        <term><parameter>- -disable-install-libiberty</parameter></term>
    9493        <listitem>
    9594          <para>This prevents GCC from installing its own copy of libiberty,
     
    9796        </listitem>
    9897      </varlistentry>
    99 
     98-->
    10099      <varlistentry>
    101100        <term><parameter>--with-system-zlib</parameter></term>
     
    316315
    317316        <seg>libasan.{a,so}, libatomic.{a,so}, libgcc.a, libgcc_eh.a,
    318         libgcc_s.so, libgcov.a, libgomp.{a,so}, libitm.{a,so},
     317        libgcc_s.so, libgcov.a, libgomp.{a,so}, libiberty.a, libitm.{a,so},
    319318        liblto_plugin.so, libmudflap.{a,so}, libmudflapth.{a,so},
    320319        libquadmath.{a,so}, libssp.{a,so},
     
    473472      </varlistentry>
    474473
     474      <varlistentry id="libiberty">
     475        <term><filename class="libraryfile">libiberty</filename></term>
     476        <listitem>
     477          <para>Contains routines used by various GNU programs, including
     478          <command>getopt</command>, <command>obstack</command>,
     479          <command>strerror</command>, <command>strtol</command>, and
     480          <command>strtoul</command></para>
     481          <indexterm zone="ch-system-gcc libiberty">
     482            <primary sortas="c-libiberty">libiberty</primary>
     483          </indexterm>
     484        </listitem>
     485      </varlistentry>
     486
    475487      <varlistentry id="liblto_plugin">
    476488        <term><filename class="libraryfile">liblto_plugin</filename></term>
Note: See TracChangeset for help on using the changeset viewer.