aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-05 19:01:10 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-05 19:01:10 +0000
commita80b743be865babfc72f91f59404e1e0d3e7dbd3 (patch)
tree1f2615f68fae00ec555f95a7d46d9e68f53f7a62 /chapter05
parent69bd5114ea3784f1952ea982fcf30d5ec6eaed6f (diff)
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
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-pass2-inst.xml3
1 files changed, 1 insertions, 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</userinput></screen></para>
&nbsp;&nbsp;&nbsp;&nbsp;--with-local-prefix=/stage1 \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-clocale=gnu --enable-shared \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-threads=posix --enable-__cxa_atexit
-make BOOT_LDFLAGS="-s" BOOT_CFLAGS="-O2 -pipe" \
-&nbsp;&nbsp;&nbsp;&nbsp;STAGE1_CFLAGS="-pipe"
+make LDFLAGS="-s"
make -k check
make install</userinput></screen></para>