diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:08:12 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:08:12 +0000 |
commit | 49168420d4a3d3e6b8050db9239724c774c2058a (patch) | |
tree | 647b0c78cc7c230d60ccf410d796206f614a0570 /chapter01 | |
parent | ec52ebbe6f1d52a04dc500e17bbb66f988178751 (diff) |
Upgrade to GCC-4.5.0, including the addition of its new dependency, MPC. Fixes #2636.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9254 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 11 |
2 files changed, 14 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b40c862ee..41c4f4b60 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2010-04-20</para> <itemizedlist> <listitem> + <para>[matthew] Upgrade to GCC-4.5.0, including the addition of its + new dependency, MPC. Fixes + <ulink url="&lfs-ticket-root;2636">#2636</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgrade to Perl-5.12.0. Fixes <ulink url="&lfs-ticket-root;2635">#2635</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index fd3aa51ac..c545c83d7 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>--> @@ -140,6 +140,9 @@ <para>Module-Init-Tools &module-init-tools-version;</para> </listitem>--> <!--<listitem> + <para>MPC &mpc-version;</para> + </listitem>--> + <!--<listitem> <para>MPFR &mpfr-version;</para> </listitem>--> <!--<listitem> @@ -214,6 +217,10 @@ <para>bash-4.1-fixes-1.patch</para> </listitem> + <listitem> + <para>MPC-&mpc-version;</para> + </listitem> + </itemizedlist> <itemizedlist> |