diff options
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 989fa5fa50b..18c72b79f38 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 d9f409351e8..f99d26d39b8 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 | 

