From c90f09ce30d0727d67605bce6d768ee4959e2aed Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 18 Sep 2001 16:10:35 +0000 Subject: 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 --- chapter05/gcc-exp.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chapter05/gcc-exp.xml') diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index 1aeecadff..0f29ccffe 100644 --- a/chapter05/gcc-exp.xml +++ b/chapter05/gcc-exp.xml @@ -20,6 +20,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. +--enable-threads=posix: This enables C++ +exception handling for multithreaded code. + ln -sf ../usr/bin/cpp: This creates the $LFS/lib/cpp symlink. Some packages explicitly try to find cpp in /lib. -- cgit v1.2.3-54-g00ecf