Author: randy Date: 2005-12-03 07:52:35 -0700 (Sat, 03 Dec 2005) New Revision: 5347
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/gcc.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to GCC-4.0.2 Modified: trunk/BOOK/general/prog/gcc.xml =================================================================== --- trunk/BOOK/general/prog/gcc.xml 2005-12-03 06:43:12 UTC (rev 5346) +++ trunk/BOOK/general/prog/gcc.xml 2005-12-03 14:52:35 UTC (rev 5347) @@ -6,10 +6,10 @@ <!ENTITY gcc-download-http "http://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> <!ENTITY gcc-download-ftp "ftp://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> - <!ENTITY gcc-md5sum "947416e825a877a0d69489be1be43be1"> + <!ENTITY gcc-md5sum "a659b8388cac9db2b13e056e574ceeb0"> <!ENTITY gcc-size "31.7 MB"> - <!ENTITY gcc-buildsize "2.2 GB"> - <!ENTITY gcc-time "67 SBU (build, test and install all compilers)"> + <!ENTITY gcc-buildsize "1.7 GB"> + <!ENTITY gcc-time "59 SBU (build, test and install all compilers)"> <!ENTITY gnat-download-http "http://anduin.linuxfromscratch.org/sources/BLFS/svn/g/gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.bz2"> <!ENTITY gnat-download-ftp "ftp://anduin.linuxfromscratch.org/BLFS/svn/g/gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.bz2"> @@ -197,14 +197,11 @@ until you're confident the build was successful. You can compare your test results with those found at <ulink url="http://gcc.gnu.org/ml/gcc-testresults/"/>. There's also an - i686 platform test result produced by an LFS-SVN-20050831 system at - <ulink url="http://linuxfromscratch.org/~randy/gcc401_test.txt"/>. You + i686 platform test result produced by an LFS-SVN-20051127 system at + <ulink url="http://linuxfromscratch.org/~randy/gcc402_test.txt"/>. You may also want to refer to the information found in the <application>GCC</application>-Pass 2 section of Chapter 5 in the LFS - book (<ulink url="&lfs-root;/chapter05/gcc-pass2.html"/>). Bottom line - is that this version of <application>GCC</application> should exhibit - no errors other than six errors in the - <filename class='libraryfile'>libmudflap</filename> tests.</para> + book (<ulink url="&lfs-root;/chapter05/gcc-pass2.html"/>).</para> </important> <!-- <note> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-12-03 06:43:12 UTC (rev 5346) +++ trunk/BOOK/general.ent 2005-12-03 14:52:35 UTC (rev 5347) @@ -148,7 +148,7 @@ <!ENTITY doxygen-version "1.4.4"> <!ENTITY expect-version "5.43.0"> <!ENTITY gc-version "6.5"> -<!ENTITY gcc-version "4.0.1"> +<!ENTITY gcc-version "4.0.2"> <!ENTITY gcc3-version "3.3.6"> <!ENTITY guile-version "1.6.7"> <!ENTITY jdk-bin-version "1.5.0_06"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2005-12-03 06:43:12 UTC (rev 5346) +++ trunk/BOOK/introduction/welcome/changelog.xml 2005-12-03 14:52:35 UTC (rev 5347) @@ -40,10 +40,14 @@ </listitem> --> + <listitem> <para>December 3rd, 2005</para> <itemizedlist> <listitem> + <para>[randy] - Updated to GCC-4.0.2.</para> + </listitem> + <listitem> <para>[bdubbs] - Updated to qt-3.3.5.</para> </listitem> </itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
