aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-05-11 12:27:48 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-05-11 12:27:48 +0000
commit404d6413046353694e39d7935dc0175098b3ea5e (patch)
tree24c8b62f94d47ce27280344181e52414851e9978 /chapter06
parentef59d038272fb50b31da8db7f1c21b68902ff58e (diff)
Run fixincludes again, by removing the sed that disabled it. It no longer attempts to fix up host headers.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 =$/&amp; -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>