diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-10-20 18:13:44 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-10-20 18:13:44 +0000 |
commit | 91f77b3165893d35c8f77eba475333c72891e881 (patch) | |
tree | 50e4d7f20bb24a9a837ae37de4b5447026e24e68 /chapter01 | |
parent | 093af3be1e122c77525069040a5e3628a469eb86 (diff) |
Upgrade to GCC-4.4.2. Fixes #2504.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9086 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d1b0752de..d8f94d56c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-10-20</para> <itemizedlist> <listitem> + <para>[matthew] Upgraded to GCC-4.4.2. Fixes + <ulink url="&lfs-ticket-root;2504">#2504</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgraded to Binutils-2.20. Fixes <ulink url="&lfs-ticket-root;2505">#2505</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 103dbebe4..b0d55ea49 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -70,9 +70,9 @@ <!--<listitem> <para>Gawk &gawk-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>GCC &gcc-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>GDBM &gdbm-version;</para> </listitem>--> |