diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-11-23 00:58:21 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-11-23 00:58:21 +0800 |
commit | 31e9ff95277e88a3e56846892de889d04e4e182f (patch) | |
tree | 1b37508e644059a3adb4a44db0a1420034669aa9 /chapter05 | |
parent | 1dd37a1807fcf44344c7ff0a3d959e5882a9dc68 (diff) |
gcc-pass1: housekeeping after --disable-decimal-float removal
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass1.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 613e0fe27..7a431ec90 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -165,15 +165,15 @@ cd build</userinput></screen> </varlistentry> <varlistentry> - <term><parameter>--disable-decimal-float, --disable-threads, - --disable-libatomic, --disable-libgomp, + <term><parameter>--disable-threads, + --disable-libatomic, --disable-libgomp, --disable-libquadmath, --disable-libssp, --disable-libvtv, --disable-libstdcxx</parameter></term> <listitem> - <para>These switches disable support for the decimal floating point - extension, threading, libatomic, libgomp, libquadmath, libssp, + <para>These switches disable support for + threading, libatomic, libgomp, libquadmath, libssp, 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> </listitem> </varlistentry> |