Changeset 31e9ff9


Ignore:
Timestamp:
11/22/2022 04:58:21 PM (17 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
9af3d7f
Parents:
1dd37a1
Message:

gcc-pass1: housekeeping after --disable-decimal-float removal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r1dd37a1 r31e9ff9  
    166166
    167167      <varlistentry>
    168         <term><parameter>--disable-decimal-float, --disable-threads,
    169               --disable-libatomic, --disable-libgomp,
     168        <term><parameter>--disable-threads,
     169        --disable-libatomic, --disable-libgomp,
    170170        --disable-libquadmath, --disable-libssp, --disable-libvtv,
    171171        --disable-libstdcxx</parameter></term>
    172172        <listitem>
    173           <para>These switches disable support for the decimal floating point
    174           extension, threading, libatomic, libgomp, libquadmath, libssp,
     173          <para>These switches disable support for
     174          threading, libatomic, libgomp, libquadmath, libssp,
    175175          libvtv, and the C++ standard library respectively. These features
    176           will fail to compile when building a cross-compiler and are not
     176          may fail to compile when building a cross-compiler and are not
    177177          necessary for the task of cross-compiling the temporary libc.</para>
    178178        </listitem>
Note: See TracChangeset for help on using the changeset viewer.