diff options
author | Janis Johnson <janis187@us.ibm.com> | 2002-08-16 21:27:31 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2002-08-16 21:27:31 +0000 |
commit | f97a5bda3af8c5396ed5704b78ec634c82987a48 (patch) | |
tree | ca9a7908da9d38cf1aa68b0a591e91415c69cf87 /gcc | |
parent | d3075b6cacc4378a2c15ae4b4bfb8403ec6538f1 (diff) | |
download | gcc-f97a5bda3af8c5396ed5704b78ec634c82987a48.zip gcc-f97a5bda3af8c5396ed5704b78ec634c82987a48.tar.gz gcc-f97a5bda3af8c5396ed5704b78ec634c82987a48.tar.bz2 |
install.texi (Final installation): Replace links to individual build status pages with a link to a common page...
2002-08-16 Janis Johnson <janis187@us.ibm.com>
* doc/install.texi (Final installation): Replace links to individual
build status pages with a link to a common page that lists them all.
From-SVN: r56385
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 989fa5f..18c72b7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-08-16 Janis Johnson <janis187@us.ibm.com> + + * doc/install.texi (Final installation): Replace links to individual + build status pages with a link to a common page that lists them all. + 2002-08-16 Sylvain Pion <pion@cs.nyu.edu> * doc/invoke.texi: Fix typo. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index d9f4093..f99d26d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1291,10 +1291,8 @@ parts of the compiler in @file{@var{libdir}/gcc-lib}; documentation in info format in @file{@var{infodir}} (normally @file{@var{prefix}/info}). If you built a released version of GCC using @samp{make bootstrap} then please -quickly review the build status page for -@uref{http://gcc.gnu.org/gcc-3.1/buildstat.html,,3.1}, -@uref{http://gcc.gnu.org/gcc-3.0/buildstat.html,,3.0}, or -@uref{http://gcc.gnu.org/gcc-2.95/buildstat.html,,2.95}. +quickly review the build status page for your release, available from +@uref{http://gcc.gnu.org/buildstat.html}. If your system is not listed for the version of GCC that you built, send a note to @email{gcc@@gcc.gnu.org} indicating |