diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 18:40:12 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 18:40:12 +0000 |
commit | dcf9ee327650b1b2e9178223b291faf6889b9957 (patch) | |
tree | 11d563cacb0c0381b6789801bf6eb2be898aab30 /chapter05/gcc-pass2-inst.xml | |
parent | 6b2f69c48d3ceaaf85181c2f88d018808992cd30 (diff) |
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
Diffstat (limited to 'chapter05/gcc-pass2-inst.xml')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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</userinput></screen></para> --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</userinput></screen></para> |