aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-10-31 16:27:24 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-10-31 16:27:24 +0000
commit238d351be0bc02d6c27b4c81119c7b245c737f08 (patch)
tree742d65fa1d770fe78b01641d9bc7257cb82ac6fe /chapter06/gcc.xml
parent48a987b4204cf5c5a1686e40b51bbdd014d834ee (diff)
Update to gcc-4.9.2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10786 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 24abde4fa..6c07d8ae0 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -40,7 +40,7 @@
<sect2 role="installation">
<title>Installation of GCC</title>
-
+<!--
<para>As in Chapter 5, fix a problem identified upstream:</para>
<screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
@@ -50,7 +50,7 @@
programs to fail:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
-
+-->
<para>The GCC documentation recommends building GCC outside of the source
directory in a dedicated build directory:</para>