mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
gcc-pass1: housekeeping after --disable-decimal-float removal
This commit is contained in:
parent
1dd37a1807
commit
31e9ff9527
@ -165,15 +165,15 @@ cd build</userinput></screen>
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--disable-decimal-float, --disable-threads,
|
<term><parameter>--disable-threads,
|
||||||
--disable-libatomic, --disable-libgomp,
|
--disable-libatomic, --disable-libgomp,
|
||||||
--disable-libquadmath, --disable-libssp, --disable-libvtv,
|
--disable-libquadmath, --disable-libssp, --disable-libvtv,
|
||||||
--disable-libstdcxx</parameter></term>
|
--disable-libstdcxx</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>These switches disable support for the decimal floating point
|
<para>These switches disable support for
|
||||||
extension, threading, libatomic, libgomp, libquadmath, libssp,
|
threading, libatomic, libgomp, libquadmath, libssp,
|
||||||
libvtv, and the C++ standard library respectively. These features
|
libvtv, and the C++ standard library respectively. These features
|
||||||
will fail to compile when building a cross-compiler and are not
|
may fail to compile when building a cross-compiler and are not
|
||||||
necessary for the task of cross-compiling the temporary libc.</para>
|
necessary for the task of cross-compiling the temporary libc.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user