diff options
author | Alexander E. Patrakov <alexander@linuxfromscratch.org> | 2004-07-05 08:50:45 +0000 |
---|---|---|
committer | Alexander E. Patrakov <alexander@linuxfromscratch.org> | 2004-07-05 08:50:45 +0000 |
commit | d9e7e0a5bbfdd531283fe36734b7536f4c692639 (patch) | |
tree | 2afd2b367dcc79817e0f80fec54f9159b45a1db5 | |
parent | d1847063566fe340f023592a2d491e7de0d11b64 (diff) |
Updated GCC testresults link
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3885 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a1851d17e..3d68e3302 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -77,6 +77,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>July 5, 2004 [alexander]: Updated GCC testresults +link.</para></listitem> + <listitem><para>July 3, 2004 [winkie]: Upgraded to Glibc 2.3.4-20040701.</para> </listitem> diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 637314c00..2967be121 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-04/msg00414.html"/>.</para> +<ulink url="http://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00179.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 diff --git a/general.ent b/general.ent index 526342343..4af9862de 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20040702"> -<!ENTITY releasedate "July 2, 2004"> +<!ENTITY version "SVN-20040705"> +<!ENTITY releasedate "July 5, 2004"> <!ENTITY milestone "6.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |