Ignore:
Timestamp:
06/14/2014 07:51:45 PM (10 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
c09761a
Parents:
6f34f43
Message:

Synchronized with LFS-SVN-20140611.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r6f34f43 r61ce0b1  
    130130    --disable-libgomp                                \
    131131    --disable-libitm                                 \
    132     --disable-libmudflap                             \
    133132    --disable-libquadmath                            \
    134133    --disable-libsanitizer                           \
    135134    --disable-libssp                                 \
     135    --disable-libvtv                                 \
     136    --disable-libcilkrts                             \
    136137    --disable-libstdc++-v3                           \
    137     --enable-languages=c,c++                         \
    138     --with-mpfr-include=$(pwd)/../gcc-&gcc-version;/mpfr/src \
    139     --with-mpfr-lib=$(pwd)/mpfr/src/.libs</userinput></screen>
    140 
     138    --enable-languages=c,c++</userinput></screen>
    141139    <variablelist>
    142140      <title>The meaning of the configure options:</title>
     
    223221      </varlistentry>
    224222
    225       <varlistentry>
    226         <term><parameter>--with-mpfr-*</parameter></term>
    227         <listitem>
    228           <para>These options enable the build system to correctly use the
    229           in-tree copy of the MPFR sources.</para>
    230         </listitem>
    231       </varlistentry>
    232 
    233223    </variablelist>
    234224
     
    246236
    247237<screen><userinput remap="install">make install</userinput></screen>
    248 
    249     <para>Using <parameter>--disable-shared</parameter> means that the
     238<!--
     239    <para>Using <parameter>- -disable-shared</parameter> means that the
    250240    <filename>libgcc_eh.a</filename> file isn't created and installed. The
    251241    Glibc package depends on this library as it uses
     
    256246
    257247<screen><userinput remap="install">ln -sv libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name | sed 's/libgcc/&amp;_eh/'`</userinput></screen>
    258 
     248-->
    259249  </sect2>
    260250
Note: See TracChangeset for help on using the changeset viewer.