Ignore:
Timestamp:
05/11/2019 04:39:07 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
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, 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:
cd2bd14
Parents:
94c160c
Message:

Cleanup after the --disable-libmpx instruction removal in GCC. This required changes to GCC Pass 1 (CH5) and the main GCC page (CH6)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r94c160c r3dfd95e  
    207207      <varlistentry>
    208208        <term><parameter>--disable-decimal-float, --disable-threads,
    209         --disable-libatomic, --disable-libgomp, --disable-libmpx,
     209              --disable-libatomic, --disable-libgomp, <!--- -disable-libmpx,-->
    210210        --disable-libquadmath, --disable-libssp, --disable-libvtv,
    211211        --disable-libstdcxx</parameter></term>
    212212        <listitem>
    213213          <para>These switches disable support for the decimal floating point
    214           extension, threading, libatomic, libgomp, libmpx, libquadmath, libssp,
     214          extension, threading, libatomic, libgomp, <!--libmpx, --> libquadmath, libssp,
    215215          libvtv, and the C++ standard library respectively. These features
    216216          will fail to compile when building a cross-compiler and are not
Note: See TracChangeset for help on using the changeset viewer.