diff options
Diffstat (limited to 'chapter05/gcc-pass2-inst.xml')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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</userinput></screen></para> --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</userinput></screen></para> |