Ignore:
Timestamp:
11/23/2022 10:50:34 AM (17 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
43063fe
Parents:
777f469 (diff), f0cbef54 (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 branch 'multilib' of git.linuxfromscratch.org:lfs into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r777f469 r9237700  
    101101    --disable-shared          \
    102102    --disable-multilib        \
    103     --disable-decimal-float   \
    104103    --disable-threads         \
    105104    --disable-libatomic       \
     
    209208
    210209      <varlistentry>
    211         <term><parameter>--disable-decimal-float, --disable-threads,
    212               --disable-libatomic, --disable-libgomp,
     210        <term><parameter>--disable-threads,
     211        --disable-libatomic, --disable-libgomp,
    213212        --disable-libquadmath, --disable-libssp, --disable-libvtv,
    214213        --disable-libstdcxx</parameter></term>
    215214        <listitem>
    216           <para>These switches disable support for the decimal floating point
    217           extension, threading, libatomic, libgomp, libquadmath, libssp,
     215          <para>These switches disable support for
     216          threading, libatomic, libgomp, libquadmath, libssp,
    218217          libvtv, and the C++ standard library respectively. These features
    219           will fail to compile when building a cross-compiler and are not
     218          may fail to compile when building a cross-compiler and are not
    220219          necessary for the task of cross-compiling the temporary libc.</para>
    221220        </listitem>
Note: See TracChangeset for help on using the changeset viewer.