diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-04 06:33:37 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-04 06:33:37 +0000 |
commit | 5f9a00a4b9e277baeaee9ffa051c0be702f72d3d (patch) | |
tree | ae1d40cdd1eeafd940e7a7eb711cc18b3e6e85f7 | |
parent | 6c40608862005e700a77a2fc45119679569a771c (diff) |
Missed link to gcc test results. (merged from trunk r6364)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6365 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/gcc-pass2.xml | 7 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index cbd4e5798..8e4d4efd9 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 diff --git a/general.ent b/general.ent index b5e63934f..808c807f4 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "TESTING-20050703"> -<!ENTITY releasedate "July 3, 2005"> +<!ENTITY version "TESTING-20050704"> +<!ENTITY releasedate "July 4, 2005"> <!ENTITY milestone "6.1"> <!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> |