aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass2.xml
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2007-06-24 13:03:35 +0000
committerKen Moffat <ken@linuxfromscratch.org>2007-06-24 13:03:35 +0000
commitf19e766a8ee9b64cb06165842bdd56f94f61f1a3 (patch)
tree2cff0f6715ee99adaf58322e9cdc39bd683657e8 /chapter05/gcc-pass2.xml
parentea148539cb6d721406ec923a36e8c9348a89c4cb (diff)
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
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r--chapter05/gcc-pass2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index df1dd5094..92874a456 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -78,7 +78,7 @@ sed 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig &gt; gcc/Makefile.in</userin
built GCC with the <option>-fomit-frame-pointer</option> compiler flag.
Non-bootstrap builds omit this flag by default, so apply the following
<command>sed</command> to use it in order to ensure consistent compiler
- builds.</para>
+ builds:</para>
<screen><userinput>cp -v gcc/Makefile.in{,.tmp} &amp;&amp;
sed 's/^XCFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in.tmp \