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 --- chapter06/gcc-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/gcc-inst.xml') diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 2bc3a397c..96305f03f 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -21,7 +21,7 @@ who actively work on LFS. mkdir ../gcc-build && cd ../gcc-build && ../gcc-&gcc-version;/configure --prefix=/usr --enable-shared \ -   --enable-languages=c,c++ --enable-threads && +   --enable-languages=c,c++ --enable-threads=posix && make bootstrap && make install -- cgit v1.2.3-54-g00ecf