From f19e766a8ee9b64cb06165842bdd56f94f61f1a3 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sun, 24 Jun 2007 13:03:35 +0000 Subject: Add missing colons wherever we expect the builder to key in the userinput. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 261b81a77..66fdad552 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -46,7 +46,7 @@ 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. + builds: sed -i 's/^XCFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in @@ -62,7 +62,7 @@ compile time whether mktemp is present, and hardcodes the result in a test. This will cause the script to fall back to using less random names for temporary files. We will be installing mktemp later, so the following sed - will simulate its presence. + will simulate its presence: sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in -- cgit v1.2.3-54-g00ecf