From 66c3fcff97f34612dd21dc9a54a3c3eff09b2aeb Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 7 Aug 2001 01:07:09 +0000 Subject: Downgraded to gcc-2.95.3 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@911 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-exp.xml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'chapter05') diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index 406b42282..ae10b4d61 100644 --- a/chapter05/gcc-exp.xml +++ b/chapter05/gcc-exp.xml @@ -1,13 +1,6 @@ Command explanations -patch -Np1 -i ../gcc-3.0.patch: This patch -changes all instances of re_max_failures to re_max_failures2. -re_max_failures is a variable used within Glibc and with static -compiling this variable sometimes clashes between the package's -re_max_failures and the same variable in glibc. By renaming -re_max_failures in the package to re_max_failures2 we just tell the -package to use the second variable so that glibc won't be in the way. --enable-languages=c,c++: This only builds the C and C++ compilers and not the other available compilers as they are, on -- cgit v1.2.3-54-g00ecf