diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-12-19 19:20:39 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-12-19 19:20:39 +0000 |
commit | 86ca6e777e71b58416bb3e024f56a59a1ab2796d (patch) | |
tree | fccfb43fb1598164ba8393353cb1051f1ff6f171 /chapter05 | |
parent | 1422130085ebfa2674217107518bd12a8895bd00 (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 4f53196dd..398d43f48 100644 --- a/chapter05/gcc-pass2.xml +++ b/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 |