diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ba6536f86..09683c267 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2008-10-12 + + [randy] - Modified the GCC search for correct headers command + to account for the new include-fixed directory. + [randy] - Added a patch to the Chapter 6 Binutils instructions to correct some errors in the test suite. 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.