mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-25 22:59:19 +01:00
Added note about new gcc fixincludes, corrected test output - #2229.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b2e93767f8
commit
3f39abf3be
@ -40,6 +40,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2008-10-12</para>
|
<para>2008-10-12</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Added note to Chapter 6 GCC abuot the new include-fixed
|
||||||
|
directory and changed the sample output to match.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[dj] - Added instruction to keep Chapter 5 Glibc from honoring
|
<para>[dj] - Added instruction to keep Chapter 5 Glibc from honoring
|
||||||
/etc/ld.so.preload. Thanks to Alexander Patrakov for the fix.</para>
|
/etc/ld.so.preload. Thanks to Alexander Patrakov for the fix.</para>
|
||||||
|
@ -169,8 +169,14 @@ cd ../gcc-build</userinput></screen>
|
|||||||
<screen><computeroutput>#include <...> search starts here:
|
<screen><computeroutput>#include <...> search starts here:
|
||||||
/usr/local/include
|
/usr/local/include
|
||||||
/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include
|
/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include
|
||||||
|
/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include-fixed
|
||||||
/usr/include</computeroutput></screen>
|
/usr/include</computeroutput></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
|
||||||
|
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"
|
||||||
href="readjusting.xml"
|
href="readjusting.xml"
|
||||||
xpointer="xpointer(//*[@os='i'])"/>
|
xpointer="xpointer(//*[@os='i'])"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user