From 0939e573f2e323188bb6da5c9afde087f49a24f1 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 7 May 2003 23:51:03 +0000 Subject: note not to remove tcl directory git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2540 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass1-inst.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chapter05/gcc-pass1-inst.xml') diff --git a/chapter05/gcc-pass1-inst.xml b/chapter05/gcc-pass1-inst.xml index 8987c0cb8..2cf5349ad 100644 --- a/chapter05/gcc-pass1-inst.xml +++ b/chapter05/gcc-pass1-inst.xml @@ -13,9 +13,7 @@ default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting or modifying them when building GCC. patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch -patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch -patch -Np1 -i ../gcc-&gcc-version;-libstdc++_no_debug.patch -patch -Np1 -i ../gcc-&gcc-version;-libgcc_no_debug.patch +patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch It is recommended by the GCC installation documentation to build GCC outside of the source directory in a dedicated directory: @@ -28,7 +26,8 @@ cd ../gcc-build CFLAGS="-O2 -pipe" \     ../gcc-&gcc-version;/configure --prefix=/stage1 \     --with-local-prefix=/stage1 \ -    --disable-nls --enable-shared +    --disable-nls --enable-shared \ +    --enable-languages=c The meaning of the configure options are: -- cgit v1.2.3-54-g00ecf