diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 12 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 17 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ea2d39b18..e5c72a5f5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2012-10-02</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to GCC-4.7.2. Fixes + <ulink url="&lfs-ticket-root;3190">#3190</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Use latest upstream fixes patch for Make, which enables WebKitGtk to build with parallel builds. Fixes <ulink url="&lfs-ticket-root;3188">#3188</ulink>.</para> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 3bbfea85e..d2c1893ae 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -73,9 +73,9 @@ <!--<listitem> <para>Gawk &gawk-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>GCC &gcc-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>GDBM &gdbm-version;</para> </listitem>--> @@ -227,6 +227,10 @@ </listitem> <listitem> + <para>&gcc-startfiles-patch;</para> + </listitem> + + <listitem> <para>&glibc-installation-patch;</para> </listitem> @@ -244,6 +248,10 @@ </listitem> <listitem> + <para>gcc-4.7.1-startfiles_fix-1.patch</para> + </listitem> + + <listitem> <para>kmod-9-testsuite-1.patch</para> </listitem> diff --git a/packages.ent b/packages.ent index 462db5629..e73c8e571 100644 --- a/packages.ent +++ b/packages.ent @@ -166,10 +166,10 @@ <!ENTITY gawk-ch6-du "30 MB"> <!ENTITY gawk-ch6-sbu "0.2 SBU"> -<!ENTITY gcc-version "4.7.1"> -<!ENTITY gcc-size "80,703 KB"> +<!ENTITY gcc-version "4.7.2"> +<!ENTITY gcc-size "80,942 KB"> <!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> -<!ENTITY gcc-md5 "933e6f15f51c031060af64a9e14149ff"> +<!ENTITY gcc-md5 "cc308a0891e778cfda7a151ab8a6e762"> <!ENTITY gcc-home "http://gcc.gnu.org/"> <!ENTITY gcc-ch5p1-du "1.4 GB"> <!ENTITY gcc-ch5p1-sbu "5.5 SBU"> |