diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-18 16:10:35 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-18 16:10:35 +0000 |
commit | c90f09ce30d0727d67605bce6d768ee4959e2aed (patch) | |
tree | d113223420c427c50fd69c9330b55ae59320c8bc /chapter06/gcc-exp.xml | |
parent | 6d8aa0ea5437c72a02d4aa9fb14e9e96aaaaf48e (diff) |
added --enable-threads=posix to chapter 5-gcc, updated chapter 6 from
--enable-threads to --enable-threads=posix (for clarity, since posix is the
default).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-exp.xml')
-rw-r--r-- | chapter06/gcc-exp.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter06/gcc-exp.xml b/chapter06/gcc-exp.xml deleted file mode 100644 index 91b81a99c..000000000 --- a/chapter06/gcc-exp.xml +++ /dev/null @@ -1,9 +0,0 @@ -<sect2> -<title>Command explanations</title> - -<para><userinput>--enable-threads:</userinput> C++ exception handling for -multithreaded code will not work if gcc is compiled without ---enable-threads.</para> - -</sect2> - |