diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-05-22 19:41:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-05-22 19:41:22 +0000 |
commit | d900ebd212d0d76086b9e147ebca538798733e9d (patch) | |
tree | 17eb827ee146bdd72c66804d9467df7ad73a070a | |
parent | e6b9ad305927119f7aa6a558f9f6f7c78b955510 (diff) |
* Updated to Gcc-3.4.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5382 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter03/packages.xml | 2 | ||||
-rw-r--r-- | general.ent | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b36a81bac..c9473277d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -27,7 +27,7 @@ First a summary, then a detailed log.</para> <listitem><para>Expect 5.43.0</para></listitem> <listitem><para>File 4.13</para></listitem> <listitem><para>Findutils 4.2.20</para></listitem> -<listitem><para>GCC 3.4.3</para></listitem> +<listitem><para>GCC 3.4.4</para></listitem> <listitem><para>Gettext 0.14.4</para></listitem> <listitem><para>Glibc 2.3.5</para></listitem> <listitem><para>Grep 2.5.1a</para></listitem> @@ -85,6 +85,8 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>May 22nd, 2005 [matt]: Updated to Gcc-3.4.4.</para></listitem> + <listitem><para>May 22nd, 2005 [matt]: Updated to Binutils-2.16.</para></listitem> <listitem><para>May 15th, 2005 [matt]: Added gzip security patch.</para></listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 2cdeb37e0..b9faab3df 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -123,7 +123,7 @@ url="ftp://ftp.linuxfromscratch.org/pub/lfs/"/>.</para></note> </varlistentry> <varlistentry> -<term>GCC (&gcc-version;) - 17,714 KB:</term> +<term>GCC (&gcc-version;) - 17,836 KB:</term> <listitem> <para><ulink url="&gnu;gcc/"/></para> </listitem> diff --git a/general.ent b/general.ent index fe3f3c9c3..9270af970 100644 --- a/general.ent +++ b/general.ent @@ -35,7 +35,7 @@ <!ENTITY findutils-version "4.2.20"> <!ENTITY flex-version "2.5.31"> <!ENTITY gawk-version "3.1.4"> -<!ENTITY gcc-version "3.4.3"> +<!ENTITY gcc-version "3.4.4"> <!ENTITY gettext-version "0.14.4"> <!ENTITY glibc-version "2.3.5"> <!ENTITY grep-version "2.5.1a"> |