mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fix post-GCC sanity check headers path
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8120 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
006ed0368e
commit
0a6f214d5d
@ -36,6 +36,17 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2007-05-07</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dnicholson] - Fixed the toolchain sanity check after GCC
|
||||||
|
to reference the /usr/local/include directory. Thanks to David
|
||||||
|
Murphy for the report.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2007-05-05</para>
|
<para>2007-05-05</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -161,13 +161,14 @@ cd ../gcc-build</userinput></screen>
|
|||||||
href="readjusting.xml"
|
href="readjusting.xml"
|
||||||
xpointer="xpointer(//*[@os='g'])"/>
|
xpointer="xpointer(//*[@os='g'])"/>
|
||||||
|
|
||||||
<screen><userinput>grep -B2 '^ /usr/include' dummy.log</userinput></screen>
|
<screen><userinput>grep -B3 '^ /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"
|
||||||
xpointer="xpointer(//*[@os='h'])"/>
|
xpointer="xpointer(//*[@os='h'])"/>
|
||||||
|
|
||||||
<screen><computeroutput>#include <...> search starts here:
|
<screen><computeroutput>#include <...> search starts here:
|
||||||
|
/usr/local/include
|
||||||
/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include
|
/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include
|
||||||
/usr/include</computeroutput></screen>
|
/usr/include</computeroutput></screen>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20070505">
|
<!ENTITY version "SVN-20070507">
|
||||||
<!ENTITY releasedate "April 05, 2007">
|
<!ENTITY releasedate "April 07, 2007">
|
||||||
<!ENTITY milestone "6.3">
|
<!ENTITY milestone "6.3">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user