aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass2.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-07-06 06:54:06 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-07-06 06:54:06 +0000
commitd35b7f3cedd4eba67e5c8651ff0fd8de99065381 (patch)
tree73bcf64522b30e6716c6473c6e78e14c6051961c /chapter05/gcc-pass2.xml
parent94e69545480652dc592f78f3fe42142a4699a9a4 (diff)
Update to sed 4,2,1
Update to Linux 2.6.30.1 Correct GCC to use -fomit-frame-pointer Add pkg-config Remove --with-col from Man-DB Move Util-Linux-NG to before E2fsprogs in Chapter 6 Update to e2fsprogs-1.41.7 Remove E2fsprogs in Chapter 5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8955 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 ff31b3b4d..3db93f0d6 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -73,7 +73,7 @@ sed 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig &gt; gcc/Makefile.in</userin
<command>sed</command> command to force the build to use the flag:</para>
<screen><userinput remap="pre">cp -v gcc/Makefile.in{,.tmp}
-sed 's/^XCFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in.tmp \
+sed 's/^T_CFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in.tmp \
&gt; gcc/Makefile.in</userinput></screen>
<para>The following command will change the location of GCC's default