diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-01-09 12:06:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-01-09 12:06:48 +0000 |
commit | 0b2aa5d5e8005804dfeb5a761d8b886302f2e131 (patch) | |
tree | a4ddb700ee81672d84462e1c17438d36b650659b | |
parent | 1657090a8bc1ad9125d982cc6f5d1b0a39bd0e2b (diff) |
* Upgrade to gcc-3.4.3
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | general.ent | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 03cec9974..eb494dc70 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -24,7 +24,7 @@ first a summary, then a detailed log.</para> <listitem><para>Bison 2.0</para></listitem> <listitem><para>File 4.12</para></listitem> <listitem><para>Findutils 4.2.3</para></listitem> -<listitem><para>GCC 3.4.2</para></listitem> +<listitem><para>GCC 3.4.3</para></listitem> <listitem><para>Glibc 20041011</para></listitem> <listitem><para>Grep 2.5.1a</para></listitem> <listitem><para>Iana-Etc 1.03</para></listitem> @@ -64,6 +64,8 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>January 9, 2005 [matt]: Upgraded to gcc-3.4.3</para></listitem> + <listitem><para>January 9, 2005 [matt]: Upgraded to bison-2.0</para></listitem> <listitem><para>January 9, 2005 [matt]: Upgraded to autoconf-1.9.4</para></listitem> diff --git a/general.ent b/general.ent index 93685790f..e56d7f51b 100644 --- a/general.ent +++ b/general.ent @@ -31,7 +31,7 @@ <!ENTITY findutils-version "4.2.3"> <!ENTITY flex-version "2.5.31"> <!ENTITY gawk-version "3.1.4"> -<!ENTITY gcc-version "3.4.2"> +<!ENTITY gcc-version "3.4.3"> <!ENTITY gettext-version "0.14.1"> <!ENTITY glibc-version "20041011"> <!ENTITY grep-version "2.5.1a"> |