diff options
Diffstat (limited to 'chapter05')
-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> |