diff options
| author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-16 21:27:31 +0000 | 
|---|---|---|
| committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-16 21:27:31 +0000 | 
| commit | d8aff10854d37b0186980d6d3c0785d130f6322f (patch) | |
| tree | ca9a7908da9d38cf1aa68b0a591e91415c69cf87 /gcc | |
| parent | 8aa55c8da880bb11e6e97f2934cc57876f79dbe2 (diff) | |
| download | ppe42-gcc-d8aff10854d37b0186980d6d3c0785d130f6322f.tar.gz ppe42-gcc-d8aff10854d37b0186980d6d3c0785d130f6322f.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56385 138bc75d-0d04-0410-961f-82ee72b054a4
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 | 

