Ignore:
Timestamp:
12/09/2022 07:53:09 AM (17 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
ca4faad
Parents:
dfe9593 (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/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    rdfe9593 ra747ea2  
    161161
    162162      <varlistentry>
    163         <term><parameter>--disable-decimal-float, --disable-threads,
    164               --disable-libatomic, --disable-libgomp,
     163        <term><parameter>--disable-threads,
     164        --disable-libatomic, --disable-libgomp,
    165165        --disable-libquadmath, --disable-libssp, --disable-libvtv,
    166166        --disable-libstdcxx</parameter></term>
    167167        <listitem>
    168           <para>These switches disable support for the decimal floating point
    169           extension, threading, libatomic, libgomp, libquadmath, libssp,
     168          <para>These switches disable support for
     169          threading, libatomic, libgomp, libquadmath, libssp,
    170170          libvtv, and the C++ standard library respectively. These features
    171           will fail to compile when building a cross-compiler and are not
     171          may fail to compile when building a cross-compiler and are not
    172172          necessary for the task of cross-compiling the temporary libc.</para>
    173173        </listitem>
Note: See TracChangeset for help on using the changeset viewer.