diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 4 |
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 \&\& \!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> |