aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 1bec4066d..9ba825dc4 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -57,14 +57,6 @@
i?86) sed -i 's/^T_CFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in ;;
esac</userinput></screen>
- <para>The <command>fixincludes</command> script is known to occasionally
- erroneously attempt to &quot;fix&quot; the system headers installed so far.
- As the headers up to this point are known to not require fixing,
- issue the following command to prevent the <command>fixincludes</command>
- script from running:</para>
-
-<screen><userinput remap="pre">sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in</userinput></screen>
-
<para>The GCC documentation recommends building GCC outside of the source
directory in a dedicated build directory:</para>