Browse Source

Updated gcc testresults link to be appropriate for gcc 3.4.3

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4424 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 20 years ago
parent
commit
86ca6e777e
2 changed files with 4 additions and 1 deletions
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter05/gcc-pass2.xml

+ 3 - 0
chapter01/changelog.xml

@@ -44,6 +44,9 @@ of the LFS Book.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>December 19th, 2004 [jeremy]: Updated GCC-testresults link to
+be appropriate for GCC 3.4.3</para></listitem>
+
 <listitem><para>December 19th, 2004 [jeremy]: Fixed shadow instructions so the sed doesn't create a blank file, from Robert Conolly and David Jensen</para></listitem>
 
 <listitem><para>December 17th, 2004 [jim]: Upgraded to findutils-4.2.10,

+ 1 - 1
chapter05/gcc-pass2.xml

@@ -164,7 +164,7 @@ 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/2004-09/msg00261.html"/>.</para>
+<ulink url="http://gcc.gnu.org/ml/gcc-testresults/2004-11/msg00569.html"/>.</para>
 
 <para>Having a few unexpected failures often cannot be avoided. The GCC
 developers are usually aware of these, but haven't yet gotten around to fixing