diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-08-15 23:04:08 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-08-15 23:04:08 +0000 |
commit | 75128f91c34fb8a4f08b8e573ea05f1b9c1cefb6 (patch) | |
tree | a84f058026ca5efa2f4c1bff570a7f107b3d4468 /chapter05 | |
parent | 3ed5e23957c90b27e1c915d9f0dd5872d5c05c92 (diff) |
Remove redundant wording when checking toolchain values.
Reword bootscripts README file.
Remove reference to mudflap
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10693 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 49612eba7..f035784c9 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -196,12 +196,12 @@ cd ../gcc-build</userinput></screen> <varlistentry> <term><parameter>--disable-decimal-float, --disable-threads, --disable-libatomic, --disable-libgomp, --disable-libitm, - --disable-libmudflap, --disable-libquadmath, --disable-libsanitizer, + --disable-libquadmath, --disable-libsanitizer, --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, + extension, threading, libatomic, libgomp, libitm, 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 |