diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 18:38:56 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 18:38:56 +0000 |
commit | 6b2f69c48d3ceaaf85181c2f88d018808992cd30 (patch) | |
tree | 1f2615f68fae00ec555f95a7d46d9e68f53f7a62 /chapter05 | |
parent | bb6ff0e8f02a5ec304246f76cc8f44e0dcafff56 (diff) |
misc fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-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> |