From dcf9ee327650b1b2e9178223b291faf6889b9957 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 5 May 2003 18:40:12 +0000 Subject: removed too much at last commit. Re-added BOOT_* vars git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass2-inst.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index a4d2888e7..3f51ed785 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -17,7 +17,8 @@ cd ../gcc-build     --with-local-prefix=/stage1 \     --enable-clocale=gnu --enable-shared \     --enable-threads=posix --enable-__cxa_atexit -make LDFLAGS="-s" +make BOOT_LDFLAGS="-s" BOOT_CFLAGS="-O2 -pipe" \ +    STAGE1_CFLAGS="-pipe" bootstrap make -k check make install -- cgit v1.2.3-54-g00ecf