From 6b2f69c48d3ceaaf85181c2f88d018808992cd30 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 5 May 2003 18:38:56 +0000 Subject: misc fixes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass2-inst.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'chapter05/gcc-pass2-inst.xml') 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 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 -- cgit v1.2.3-54-g00ecf