From a80b743be865babfc72f91f59404e1e0d3e7dbd3 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 5 May 2003 19:01:10 +0000 Subject: [PATCH] I was right...BOOT_* vars are _not_ needed, unless you bootstrap, which we do not git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2511 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass2-inst.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index 9a6084b6d..a4d2888e7 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -17,8 +17,7 @@ cd ../gcc-build     --with-local-prefix=/stage1 \     --enable-clocale=gnu --enable-shared \     --enable-threads=posix --enable-__cxa_atexit -make BOOT_LDFLAGS="-s" BOOT_CFLAGS="-O2 -pipe" \ -    STAGE1_CFLAGS="-pipe" +make LDFLAGS="-s" make -k check make install