aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-08-17 13:58:10 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-08-17 13:58:10 +0000
commite19ab3bcced8969b1a146ace6817aa940d173ca9 (patch)
tree95f0ef7a6ed3752f89bf2011fc6ed79492026a04
parent0a2cc662c64a5a5754fa0f2e3a029f27776e55f4 (diff)
threaded explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@991 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/gcc-exp.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/gcc-exp.xml b/chapter06/gcc-exp.xml
index 9558b19e8..9af12229c 100644
--- a/chapter06/gcc-exp.xml
+++ b/chapter06/gcc-exp.xml
@@ -11,8 +11,9 @@ and C++ compilers and not the other available compilers as they are, on
the average, not often used. If those other compilers are needed,
the --enable-languages parameter can be omitted.</para>
-<para><userinput>--enable-threads:</userinput> This makes gcc thread
-enabled.</para>
+<para><userinput>--enable-threads:</userinput> C++ exception handling for
+multithreaded code will not work if gcc is compiled without
+--enable-threads.</para>
<para><userinput>ln -s ../usr/bin/cpp:</userinput> This
creates the $LFS/lib/cpp symlink. Some packages explicitly try to find