diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-10-20 14:56:53 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-10-20 14:56:53 +0000 |
commit | 9ff6ff3fb3c97a2413c498fe26097dab76855e56 (patch) | |
tree | 3c1eb49220e22d4942a1979ab036c7e20543fc07 /chapter01 | |
parent | 56ca3a5fa6d90620109743267d8aeb91ac7851f7 (diff) |
GCC 4.3.2 uses a new location for fixed includes. Fix scripts in chapter 5's adjusting toolchain section to use it.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8684 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 16c9049d7..d692a0037 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,16 @@ --> <listitem> + <para>2008-10-20</para> + <itemizedlist> + <listitem> + <para>[jhuntwork] - GCC 4.3.2 uses a new directory for fixed includes. Fixed + the adjust toolchain scripts to point to the new location.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2008-10-19</para> <itemizedlist> <listitem> |