From 9f5aaf72b238f5cfff30bc412caa014f1eac0bc0 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 9 Mar 2012 20:12:34 +0000 Subject: Add whitespace for better readability of instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 013d69c8c..834331a2c 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -54,8 +54,7 @@ consistent compiler builds: case `uname -m` in - i?86) sed -i 's/^T_CFLAGS =$/& -fomit-frame-pointer/' \ - gcc/Makefile.in ;; + i?86) sed -i 's/^T_CFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in ;; esac The fixincludes script is known to occasionally @@ -74,11 +73,16 @@ cd ../gcc-build Prepare GCC for compilation: -../gcc-&gcc-version;/configure --prefix=/usr \ - --libexecdir=/usr/lib --enable-shared \ - --enable-threads=posix --enable-__cxa_atexit \ - --enable-clocale=gnu --enable-languages=c,c++ \ - --disable-multilib --disable-bootstrap --with-system-zlib +../gcc-&gcc-version;/configure --prefix=/usr \ + --libexecdir=/usr/lib \ + --enable-shared \ + --enable-threads=posix \ + --enable-__cxa_atexit \ + --enable-clocale=gnu \ + --enable-languages=c,c++ \ + --disable-multilib \ + --disable-bootstrap \ + --with-system-zlib Note that for other languages, there are some prerequisites that are not available. See the BLFS Book for instructions on how to -- cgit v1.2.3-54-g00ecf