From 07312f6eec9cd6e0f5581bbf5720c8416cea70f2 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 17 May 2009 03:20:56 +0000 Subject: Correct bootstrap explanation in gcc sections. Thanks to Chris Staub. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'chapter06') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index dc4e01ede..101a43d63 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -48,12 +48,10 @@ sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in - For x86 machines, the bootstrap build performed in - - built GCC with the compiler flag. - Non-bootstrap builds omit this flag by default, so apply the following - sed to use it in order to ensure consistent compiler - builds: + As in , apply the following + sed to force the build to use the + compiler flag in order to ensure + consistent compiler builds: case `uname -m` in i?86) sed -i 's/^XCFLAGS =$/& -fomit-frame-pointer/' \ -- cgit v1.2.3-54-g00ecf