From 404d6413046353694e39d7935dc0175098b3ea5e Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 11 May 2012 12:27:48 +0000 Subject: 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 --- chapter06/gcc.xml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'chapter06') 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 - The fixincludes 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 fixincludes - script from running: - -sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in - The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf