diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-28 17:38:55 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-28 17:38:55 +0000 |
commit | 908077d7f8499bc2c1532c1d12d760918ae256fb (patch) | |
tree | f7ab2fcecd09aae6f64c00f0f58ef44d3fe23c8e /chapter01 | |
parent | 12b39dee99a0f85effa7f869d1641781bcd1dea9 (diff) |
Upgrade to GCC-4.8.0. Fixes #3312.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10220 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index edea19b89..b9db4c7f7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2013-03-28</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to GCC-4.8.0. Fixes + <ulink url="&lfs-ticket-root;3312">#3312</ulink>. Thanks to Pierre + Labastie for the patch on which this was based.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Linux-3.8.4. Fixes <ulink url="&lfs-ticket-root;3310">#3310</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index e22412f54..5b4914cb3 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -76,9 +76,9 @@ <!--<listitem> <para>Gawk &gawk-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>GCC &gcc-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>GDBM &gdbm-version;</para> </listitem>--> |