diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-25 22:57:44 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-25 22:57:44 +0000 |
commit | 536ce32ba3371722ce9c47f3fe394b33f7e703a4 (patch) | |
tree | e78b212d81c017dbeb80e8636d2eb9142189fe47 | |
parent | 6010eb645bbcc3accdab3da053c9d356f04a2350 (diff) |
Add addional link to gcc test results
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8925 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 101a43d63..ff2ea17f8 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -105,7 +105,7 @@ cd ../gcc-build</userinput></screen> <userinput>grep -A7 Summ</userinput>.</para> <para>Results can be compared with those located at <ulink - url="&test-results;"/>.</para> + url="&test-results;"/> and <ulink url="http://gcc.gnu.org/ml/gcc-testresults/"/>.</para> <para>A few unexpected failures cannot always be avoided. The GCC developers are usually aware of these issues, but have not resolved them yet. In |