From 69bd5114ea3784f1952ea982fcf30d5ec6eaed6f Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 5 May 2003 18:40:47 +0000 Subject: [PATCH] No bootstrap git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass2-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index 3f51ed785..9a6084b6d 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -18,7 +18,7 @@ cd ../gcc-build     --enable-clocale=gnu --enable-shared \     --enable-threads=posix --enable-__cxa_atexit make BOOT_LDFLAGS="-s" BOOT_CFLAGS="-O2 -pipe" \ -    STAGE1_CFLAGS="-pipe" bootstrap +    STAGE1_CFLAGS="-pipe" make -k check make install