Ignore:
Timestamp:
06/27/2015 11:46:57 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.8-systemd, 7.9-systemd
Children:
ee20a37
Parents:
199406b6
Message:

Imported trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r199406b6 red0bb05  
    136136    --disable-libatomic                            \
    137137    --disable-libgomp                              \
    138     --disable-libitm                               \
    139138    --disable-libquadmath                          \
    140     --disable-libsanitizer                         \
    141139    --disable-libssp                               \
    142140    --disable-libvtv                               \
    143     --disable-libcilkrts                           \
    144     --disable-libstdc++-v3                         \
     141    --disable-libstdcxx                            \
    145142    --enable-languages=c,c++</userinput></screen>
    146143    <variablelist>
     
    199196      <varlistentry>
    200197        <term><parameter>--disable-decimal-float, --disable-threads,
    201         --disable-libatomic, --disable-libgomp, --disable-libitm,
    202         --disable-libquadmath, --disable-libsanitizer,
    203         --disable-libssp, --disable-libvtv, --disable-libcilkrts,
    204         --disable-libstdc++-v3</parameter></term>
     198        --disable-libatomic, --disable-libgomp, --disable-libquadmath,
     199        --disable-libssp, --disable-libvtv, --disable-libstdcxx</parameter></term>
    205200        <listitem>
    206201          <para>These switches disable support for the decimal floating point
    207           extension, threading, libatomic, libgomp, libitm,
    208           libquadmath, libsanitizer, libssp, libvtv, libcilkrts
    209           and the C++ standard library respectively. These features will fail
    210           to compile when building a cross-compiler and are not necessary for
    211           the task of cross-compiling the temporary libc.</para>
     202          extension, threading, libatomic, libgomp, libquadmath, libssp,
     203          libvtv, and the C++ standard library respectively. These features
     204          will fail to compile when building a cross-compiler and are not
     205          necessary for the task of cross-compiling the temporary libc.</para>
    212206        </listitem>
    213207      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.