Ignore:
Timestamp:
12/09/2022 07:53:16 AM (17 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
f16e611
Parents:
2ef64c4 (diff), 4640b37d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r2ef64c4 r524c5e3  
    164164
    165165      <varlistentry>
    166         <term><parameter>--disable-decimal-float, --disable-threads,
    167               --disable-libatomic, --disable-libgomp,
     166        <term><parameter>--disable-threads,
     167        --disable-libatomic, --disable-libgomp,
    168168        --disable-libquadmath, --disable-libssp, --disable-libvtv,
    169169        --disable-libstdcxx</parameter></term>
    170170        <listitem>
    171           <para>These switches disable support for the decimal floating point
    172           extension, threading, libatomic, libgomp, libquadmath, libssp,
     171          <para>These switches disable support for
     172          threading, libatomic, libgomp, libquadmath, libssp,
    173173          libvtv, and the C++ standard library respectively. These features
    174           will fail to compile when building a cross-compiler and are not
     174          may fail to compile when building a cross-compiler and are not
    175175          necessary for the task of cross-compiling the temporary libc.</para>
    176176        </listitem>
Note: See TracChangeset for help on using the changeset viewer.