diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-06 20:29:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-06 20:29:53 +0000 |
commit | bcbafe71cbd3535ee637fd2ea1c5f619fa0b2d7e (patch) | |
tree | d0dc834eea0dc51a8c64e22f5d2638d951798a46 | |
parent | 242405e3c028828ddaee9c2806aef9a481464ab0 (diff) |
Upgrade to GCC-4.6.3. Fixes #3028.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9767 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 28 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 14 insertions, 24 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 852d9924b..1ef38b940 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2012-03-06</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to GCC-4.6.3. Fixes + <ulink url="&lfs-ticket-root;3028">#3028</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Psmisc-22.16. Fixes <ulink url="&lfs-ticket-root;3026">#3026</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 03415fc8d..3e95c8fe4 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>--> @@ -218,41 +218,27 @@ <itemizedlist> <title>Added:</title> - <listitem><para></para></listitem> <!-- satisfy build --> - - <!--<listitem> - <para>&glibc-sort-patch;</para> - </listitem> <listitem> - <para>Kmod-&kmod-version;</para> + <para>&gcc-crosscompile-patch;</para> </listitem> <listitem> - <para>&mpfr-fixes-patch;</para> + <para>&gcc-startfiles-patch;</para> </listitem> - <listitem> - <para>&shadow-nscd-patch;</para> - </listitem>--> - </itemizedlist> <itemizedlist> <title>Removed:</title> - <listitem><para></para></listitem> <!-- satisfy build --> - - <!--<listitem> - <para>bash-4.2-fixes-3.patch</para> - </listitem> <listitem> - <para>coreutils-8.14-test_fix-1.patch</para> + <para>gcc-4.6.2-cross_compile-1.patch</para> </listitem> <listitem> - <para>gcc-4.6.1-locale-1.patch</para> - </listitem>--> + <para>gcc-4.6.2-startfiles_fix-1.patch</para> + </listitem> </itemizedlist> diff --git a/packages.ent b/packages.ent index ed5468d6f..647eb73cf 100644 --- a/packages.ent +++ b/packages.ent @@ -169,10 +169,10 @@ <!ENTITY gawk-ch6-du "28 MB"> <!ENTITY gawk-ch6-sbu "0.2 SBU"> -<!ENTITY gcc-version "4.6.2"> -<!ENTITY gcc-size "70,308 KB"> +<!ENTITY gcc-version "4.6.3"> +<!ENTITY gcc-size "70,312 KB"> <!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> -<!ENTITY gcc-md5 "028115c4fbfb6cfd75d6369f4a90d87e"> +<!ENTITY gcc-md5 "773092fe5194353b02bb0110052a972e"> <!ENTITY gcc-home "http://gcc.gnu.org/"> <!ENTITY gcc-ch5p1-du "1.2 GB"> <!ENTITY gcc-ch5p1-sbu "5.0 SBU"> |