diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-05-11 12:27:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-05-11 12:27:48 +0000 |
commit | 404d6413046353694e39d7935dc0175098b3ea5e (patch) | |
tree | 24c8b62f94d47ce27280344181e52414851e9978 /chapter06 | |
parent | ef59d038272fb50b31da8db7f1c21b68902ff58e (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.xml | 8 |
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 "fix" 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> |