aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-12 20:28:12 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-12 20:28:12 +0000
commit041c8f67aa6a1cbb0dfc6894123e3743ab025009 (patch)
tree9f161d9e6ef0c7982555e44e09b68388acee410b /chapter06/gcc.xml
parent1335450983e08541fafedcca3632d4e0df335da4 (diff)
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
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml4
1 files changed, 2 insertions, 2 deletions
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</userinput></screen>
href="readjusting.xml"
xpointer="xpointer(//*[@os='g'])"/>
-<screen><userinput>grep -B3 '^ /usr/include' dummy.log</userinput></screen>
+<screen><userinput>grep -B4 '^ /usr/include' dummy.log</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="readjusting.xml"
@@ -174,7 +174,7 @@ cd ../gcc-build</userinput></screen>
<note><para>As of version 4.3.0, GCC now unconditionally installs the
<filename>limits.h</filename> file into the private
- <filename class="directory">fixed-includes</filename> directory, and that
+ <filename class="directory">include-fixed</filename> directory, and that
directory is required to be in place.</para></note>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"