aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc-exp.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-20 21:11:28 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-20 21:11:28 +0000
commit26e62aa22dcb6ce6b63a5a21b44825ff19b2405e (patch)
tree019a059bdc24940a10f4571c4d6cf3cd88cfab4c /chapter06/gcc-exp.xml
parenteb7df24002f43d7b8ab45a2868a9dfe345a97551 (diff)
Removed --enable-threads=posix from static gcc compilation. Fixed changelog and a number of typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-exp.xml')
-rw-r--r--chapter06/gcc-exp.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/gcc-exp.xml b/chapter06/gcc-exp.xml
index bb80d3893..c7777438b 100644
--- a/chapter06/gcc-exp.xml
+++ b/chapter06/gcc-exp.xml
@@ -1,6 +1,9 @@
<sect2>
<title>Command explanations</title>
+<para><userinput>--enable-threads=posix:</userinput> This enables C++
+exception handling for multithreaded code.</para>
+
<para><userinput>--enable-__cxa_atexit:</userinput> This option will result
in C++ shared libraries and C++ programs that are interoperable with other
linux distributions.</para>