mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-14 08:15:14 +01:00
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
This commit is contained in:
parent
1335450983
commit
041c8f67aa
@ -40,6 +40,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2008-10-12</para>
|
<para>2008-10-12</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[randy] - Modified the GCC search for correct headers command
|
||||||
|
to account for the new include-fixed directory.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[randy] - Added a patch to the Chapter 6 Binutils instructions
|
<para>[randy] - Added a patch to the Chapter 6 Binutils instructions
|
||||||
to correct some errors in the test suite.</para>
|
to correct some errors in the test suite.</para>
|
||||||
|
@ -160,7 +160,7 @@ cd ../gcc-build</userinput></screen>
|
|||||||
href="readjusting.xml"
|
href="readjusting.xml"
|
||||||
xpointer="xpointer(//*[@os='g'])"/>
|
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"
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
||||||
href="readjusting.xml"
|
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
|
<note><para>As of version 4.3.0, GCC now unconditionally installs the
|
||||||
<filename>limits.h</filename> file into the private
|
<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>
|
directory is required to be in place.</para></note>
|
||||||
|
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
||||||
|
Loading…
Reference in New Issue
Block a user