diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-11-12 22:55:28 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-11-12 22:55:28 +0000 |
commit | bc827b3954789582bfb444ba119dfbcd45281c75 (patch) | |
tree | 7ea6ebcb990179ed77c93baa33f7ecfa846d3355 | |
parent | 22b6cf48aa8b13e76a7ffca28c4f71a3e208dce1 (diff) |
Upgraded to GCC-3.3.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 13 | ||||
-rw-r--r-- | chapter05/gcc-pass2.xml | 5 | ||||
-rw-r--r-- | entities/gcc.ent | 14 |
3 files changed, 22 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 72c7cd2c9..c51585a56 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -4,5 +4,18 @@ <para>&version; - &releasedate;</para> +<itemizedlist> + +<listitem><para>Upgraded to:</para> +<itemizedlist> +<listitem><para>gcc-3.3.2</para></listitem> +</itemizedlist> +</listitem> + +<listitem><para>November 12th, 2003 [greg]: Upgraded to +GCC-3.3.2.</para></listitem> + +</itemizedlist> + </sect1> diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index e6c3557cf..899d08cab 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -131,13 +131,12 @@ a summary of the test suite results, run this:</para> <para>You can compare your results to those posted to the gcc-testresults mailing list for similar configurations to your own. For an example of how current GCC-&gcc-version; should look on i686-pc-linux-gnu, see -<ulink url="http://gcc.gnu.org/ml/gcc-testresults/2003-08/msg01612.html"/>.</para> +<ulink url="http://gcc.gnu.org/ml/gcc-testresults/2003-10/msg00803.html"/>.</para> <para>Note that the results contain:</para> <screen>* 1 XPASS (unexpected pass) for g++ -* 1 FAIL (unexpected failure) for g++ -* 2 FAIL for gcc +* 1 FAIL (unexpected failure) for gcc * 26 XPASS's for libstdc++</screen> <para>The unexpected pass for g++ is due to the use of diff --git a/entities/gcc.ent b/entities/gcc.ent index 8021bd1d9..70ebd1979 100644 --- a/entities/gcc.ent +++ b/entities/gcc.ent @@ -9,22 +9,22 @@ <!ENTITY aa-gcc-dep SYSTEM "../appendixa/gcc-dep.xml"> <!ENTITY aa-gcc-down SYSTEM "../appendixa/gcc-down.xml"> -<!ENTITY gcc-version "3.3.1"> +<!ENTITY gcc-version "3.3.2"> <!ENTITY gcc-depversion "2.95.3"> <!ENTITY gcc-contversion "3.3.1"> <!ENTITY gcc-dir "gcc-&gcc-version;"> <!ENTITY gcc-core-package "gcc-core-&gcc-version;.tar.bz2"> <!ENTITY gcc-gpp-package "gcc-g++-&gcc-version;.tar.bz2"> <!ENTITY gcc-testsuite-package "gcc-testsuite-&gcc-version;.tar.bz2"> -<!ENTITY gcc-core-size "10,969 KB"> -<!ENTITY gcc-gpp-size "2,017 KB"> -<!ENTITY gcc-testsuite-size "1,033 KB"> +<!ENTITY gcc-core-size "10,994 KB"> +<!ENTITY gcc-gpp-size "2,019 KB"> +<!ENTITY gcc-testsuite-size "1,042 KB"> <!ENTITY gcc-nofixincludes-patch "gcc-&gcc-version;-no_fixincludes-2.patch"> <!ENTITY gcc-nofixincludes-patch-size "1 KB"> -<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-2.patch"> -<!ENTITY gcc-specs-patch-size "10 KB"> -<!ENTITY gcc-suppress-libiberty-patch "gcc-&gcc-version;-suppress-libiberty.patch"> +<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch"> +<!ENTITY gcc-specs-patch-size "11 KB"> +<!ENTITY gcc-suppress-libiberty-patch "gcc-&gcc-version;-suppress-libiberty-1.patch"> <!ENTITY gcc-suppress-libiberty-patch-size "1 KB"> <!ENTITY gcc-compsize-tools-pass1 "300 MB"> |