aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorChris Staub <chris@linuxfromscratch.org>2014-07-03 03:58:03 +0000
committerChris Staub <chris@linuxfromscratch.org>2014-07-03 03:58:03 +0000
commitb6d678f56ab6fd09ae4a76925ebf562b28697ee9 (patch)
tree28eb77a071e61148c5b8bbc31a23fd90241c837c /chapter05
parent56c167606bdbeb3bdbe466443637f347e60c80fe (diff)
Updated command explanatations for GCC Pass 1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-pass1.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 0900831f6..b0fd383f8 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -193,14 +193,15 @@ cd ../gcc-build</userinput></screen>
<term><parameter>--disable-decimal-float, --disable-threads,
--disable-libatomic, --disable-libgomp, --disable-libitm,
--disable-libmudflap, --disable-libquadmath, --disable-libsanitizer,
- --disable-libssp, --disable-libstdc++-v3</parameter></term>
+ --disable-libssp, --disable-libvtv, --disable-libcilkrts,
+ --disable-libstdc++-v3</parameter></term>
<listitem>
<para>These switches disable support for the decimal floating point
extension, threading, libatomic, libgomp, libitm, libmudflap,
- libquadmath, libsanitizer, libssp and the C++ standard library
- respectively. These features will fail to compile when building a
- cross-compiler and are not necessary for the task of cross-compiling
- the temporary libc.</para>
+ libquadmath, libsanitizer, libssp, libvtv, libcilkrts
+ and the C++ standard library respectively. These features will fail
+ to compile when building a cross-compiler and are not necessary for
+ the task of cross-compiling the temporary libc.</para>
</listitem>
</varlistentry>