diff options
Diffstat (limited to 'chapter05/gcc-pass2-inst.xml')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index 2b06c1ccd..c2d1ab9ae 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -10,13 +10,12 @@ patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch</userinput></screen></pa <para><screen><userinput>mkdir ../gcc-build cd ../gcc-build</userinput></screen></para> -<para><screen><userinput>CFLAGS="-O2 -pipe" CXXFLAGS="-O2 -pipe" \ - ../gcc-&gcc-version;/configure --prefix=/stage1 \ +<para><screen><userinput>../gcc-&gcc-version;/configure --prefix=/stage1 \ --with-local-prefix=/stage1 \ --enable-clocale=gnu --enable-shared \ --enable-threads=posix --enable-__cxa_atexit \ --enable-languages=c,c++ -make LDFLAGS="-s" +make make -k check make install</userinput></screen></para> |