diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-04 06:27:40 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-04 06:27:40 +0000 |
commit | e9f146e93fdf312f9cdedfb08f0f227d5039233e (patch) | |
tree | 7cce466107f1a5b47ec787a68a027510c9e92669 /chapter05 | |
parent | e2c3fb99cbbd1db44f9936272222371c8d3c55d2 (diff) |
Missed link to gcc test results. Updated.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass2.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 2489dffc8..e544f6334 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -177,11 +177,8 @@ failures. To receive a summary of the test suite results, run:</para> <para>For only the summaries, pipe the output through <userinput>grep -A7 Summ</userinput>.</para> -<para>Results can be compared to those posted to the gcc-testresults -mailing list to see similar configurations to the one being built. 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-07/msg00179.html"/>.</para> +<para>Results can be compared with those located at <ulink +url="&test-results;"/>.</para> <para>A few unexpected failures cannot always be avoided. The GCC developers are usually aware of these issues, but have not |