Changeset 05a0344 for chapter05


Ignore:
Timestamp:
06/24/2015 12:56:29 AM (9 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.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:
300e1e7
Parents:
5b07f85
Message:

Update to tzdata-2015e.
Update to eudev-3.1.2.
Update to mpfr-3.1.3.
Update to linux-4.1.
Simplify gcc-pass1 instructions. Thanks to Pierre Labastie for the patch.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r5b07f85 r05a0344  
    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.