aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-05 18:38:56 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-05 18:38:56 +0000
commit6b2f69c48d3ceaaf85181c2f88d018808992cd30 (patch)
tree1f2615f68fae00ec555f95a7d46d9e68f53f7a62 /chapter05
parentbb6ff0e8f02a5ec304246f76cc8f44e0dcafff56 (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.xml8
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" \
&nbsp;&nbsp;&nbsp;&nbsp;../gcc-&gcc-version;/configure --prefix=/stage1 \
&nbsp;&nbsp;&nbsp;&nbsp;--with-local-prefix=/stage1 \
-&nbsp;&nbsp;&nbsp;&nbsp;--enable-languages=c,c++ --enable-shared \
-&nbsp;&nbsp;&nbsp;&nbsp;--enable-threads=posix --enable-__cxa_atexit \
-&nbsp;&nbsp;&nbsp;&nbsp;--enable-version-specific-runtime-libs
-make BOOT_LDFLAGS="-s" BOOT_CFLAGS="-O2 -pipe" \
-&nbsp;&nbsp;&nbsp;&nbsp;STAGE1_CFLAGS="-pipe" bootstrap
+&nbsp;&nbsp;&nbsp;&nbsp;--enable-clocale=gnu --enable-shared \
+&nbsp;&nbsp;&nbsp;&nbsp;--enable-threads=posix --enable-__cxa_atexit
+make LDFLAGS="-s"
make -k check
make install</userinput></screen></para>