aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/changelog.xml
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2007-03-23 21:05:26 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2007-03-23 21:05:26 +0000
commite9a652b5f0811defdb3d22e1bb679d2781add0c2 (patch)
treeacf0cc692bc8b5c557f9754ecc0e25dfc152fe9c /chapter01/changelog.xml
parent8bfbf407dd71cf55a19e2672830a80eb47767793 (diff)
Readjust the gcc header search path to include /usr/include and test it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7972 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r--chapter01/changelog.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 283832ae8..201d5a636 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,12 @@
<para>2007-03-23</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - When readjusting the GCC specs file, ensure
+ that GCC will search for the system headers in /usr/include. An
+ addition to the toolchain sanity checks has been made to test
+ this. This fix originates from DIY Linux.</para>
+ </listitem>
+ <listitem>
<para>[dnicholson] - Included the branch update patch for the
temporary Glibc in Chapter 5 to help minimize differences with the
final Glibc.</para>