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 --- chapter01/changelog.xml | 6 +++++- chapter05/gcc-pass2-inst.xml | 2 +- chapter06/gcc-2953-inst.xml | 3 ++- entities/gcc.ent | 1 + 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 875839c13..c1e50b32d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -71,7 +71,11 @@ -May 11th, 2003 [gerard]: Chapter 06 - Gcc-2.95.3: Added +May 11th, 2003 [gerard]: Chapter 06 - GCC-2.95.3: Added +--enable-threads=posix as well to complete the C++ +addition. + +May 11th, 2003 [gerard]: Chapter 06 - GCC-2.95.3: Added --enable-languages=c,c++ to fix that gcc's version bug with regards to -Wreturn-type. Fixes bug #525 diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index c2d1ab9ae..fabd82749 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -3,7 +3,7 @@ Installation of GCC -patch -Np1 -i ../gcc-&gcc-version;-specs-3.patch +patch -Np1 -i ../gcc-&gcc-specs-version;.patch patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch 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 diff --git a/entities/gcc.ent b/entities/gcc.ent index 4e63dec11..4702610db 100644 --- a/entities/gcc.ent +++ b/entities/gcc.ent @@ -17,6 +17,7 @@ + -- cgit v1.2.3-54-g00ecf