aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-02-18 21:33:51 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-02-18 21:33:51 +0000
commitdd06b538b57f5f10ad8138576ad6ebf9fe7a6c69 (patch)
tree3fbb87ce3e44acf9dc5bd185c74406e0b187e79f /chapter06/gcc.xml
parent57969419f505b1651f212e926870f9ffcae6788f (diff)
Update to texinfo-5.0 and linux-3.7.9.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index f15144dae..1ecbf524c 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -48,6 +48,13 @@
<screen><userinput remap="pre">sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen>
+ <para>Again, do not build the .info files. They are broken with the current
+ version of <command>makeinfo</command>.</para>
+
+ <screen><userinput remap="pre">sed -i 's/BUILD_INFO=info/BUILD_INFO=/' gcc/configure</userinput></screen>
+
+
+
<para>As in <xref linkend="ch-tools-gcc-pass2"/>, apply the following
<command>sed</command> to force the build to use the
<option>-fomit-frame-pointer</option> compiler flag in order to ensure