From 041c8f67aa6a1cbb0dfc6894123e3743ab025009 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sun, 12 Oct 2008 20:28:12 +0000 Subject: Modified the GCC search for correct headers command to account for the new include-fixed directory git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8654 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index bbf44decb..c0c36dc3e 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -160,7 +160,7 @@ cd ../gcc-build href="readjusting.xml" xpointer="xpointer(//*[@os='g'])"/> -grep -B3 '^ /usr/include' dummy.log +grep -B4 '^ /usr/include' dummy.log As of version 4.3.0, GCC now unconditionally installs the limits.h file into the private - fixed-includes directory, and that + include-fixed directory, and that directory is required to be in place.