diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-12-09 15:53:09 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-12-09 15:53:09 +0800 |
commit | a747ea2a67e0e70d5addb5bc957b4315934939ae (patch) | |
tree | 57ab9b3c2397cacbb560d04357f7df72b268dbd0 /chapter05 | |
parent | dfe9593fb4a93694882bf7c290515989ca07f670 (diff) | |
parent | 4640b37d9680598de7979b830c0c9dc05615d9cd (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
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 f3b503bd4..2b2133a43 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -160,15 +160,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> |