diff options
Diffstat (limited to 'chapter05/gcc-pass2-inst.xml')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index 02ff62703..a4d2888e7 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -15,11 +15,9 @@ cd ../gcc-build</userinput></screen></para> <para><screen><userinput>CFLAGS="-O2 -pipe" CXXFLAGS="-O2 -pipe" \ ../gcc-&gcc-version;/configure --prefix=/stage1 \ --with-local-prefix=/stage1 \ - --enable-languages=c,c++ --enable-shared \ - --enable-threads=posix --enable-__cxa_atexit \ - --enable-version-specific-runtime-libs -make BOOT_LDFLAGS="-s" BOOT_CFLAGS="-O2 -pipe" \ - STAGE1_CFLAGS="-pipe" bootstrap + --enable-clocale=gnu --enable-shared \ + --enable-threads=posix --enable-__cxa_atexit +make LDFLAGS="-s" make -k check make install</userinput></screen></para> |