From bf2d7c125f0742a5b798b29a2a574c3346fb5c26 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 12 May 2003 03:29:23 +0000 Subject: added --enable-threads=posix to complete the C++ addition git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2580 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc-2953-inst.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/gcc-2953-inst.xml b/chapter06/gcc-2953-inst.xml index b950395ab..08e735a62 100644 --- a/chapter06/gcc-2953-inst.xml +++ b/chapter06/gcc-2953-inst.xml @@ -14,7 +14,8 @@ echo timestamp > gcc/cstamp-h.in mkdir ../gcc-2-build cd ../gcc-2-build ../gcc-2.95.3/configure --prefix=/opt/gcc-2.95.3 \ -    --enable-shared --enable-languages=c,c++ +    --enable-shared --enable-languages=c,c++ \ +    --enable-threads=posix make bootstrap make install -- cgit v1.2.3-54-g00ecf