diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4979ea953..f513530b2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2008-02-07</para> <itemizedlist> <listitem> + <para>[matthew] - Upgraded to GCC-4.2.3. Fixes + <ulink url="&lfs-ticket-root;2140">#2140</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgraded to Coreutils-6.10. Removed Mktemp-1.5 as Coreutils provides its own implementation now. Removed the coreutils binary suppression patch as the configure script can now be given a diff --git a/packages.ent b/packages.ent index 543c411e1..fda1694f7 100644 --- a/packages.ent +++ b/packages.ent @@ -170,10 +170,10 @@ <!ENTITY gawk-ch6-du "18.2 MB"> <!ENTITY gawk-ch6-sbu "0.2 SBU"> -<!ENTITY gcc-version "4.2.2"> -<!ENTITY gcc-size "43,110 KB"> +<!ENTITY gcc-version "4.2.3"> +<!ENTITY gcc-size "43,413 KB"> <!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> -<!ENTITY gcc-md5 "7ae33781417a35a2eb03ee098a9f4490"> +<!ENTITY gcc-md5 "ef2a4d9991b3644115456ea05b2b8163"> <!ENTITY gcc-home "http://gcc.gnu.org/"> <!ENTITY gcc-ch5p1-du "655 MB"> <!ENTITY gcc-ch5p1-sbu "9.2 SBU"> |