Sfoglia il codice sorgente

Upgraded to GCC-3.3.2.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 22 anni fa
parent
commit
bc827b3954
3 ha cambiato i file con 22 aggiunte e 10 eliminazioni
  1. 13 0
      chapter01/changelog.xml
  2. 2 3
      chapter05/gcc-pass2.xml
  3. 7 7
      entities/gcc.ent

+ 13 - 0
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>
 

+ 2 - 3
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

+ 7 - 7
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">