This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

faq.html: link to common buildstat list


I've applied the following patch as (almost) obvious.  Instead of
linking to every build status page and requiring an easy-to-overlook
update for each new minor release, the FAQ now references a web page
that has links to each of the build status lists.

Janis

Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v
retrieving revision 1.181
diff -u -p -r1.181 faq.html
--- faq.html	14 Aug 2002 19:48:19 -0000	1.181
+++ faq.html	16 Aug 2002 20:42:01 -0000
@@ -217,11 +217,8 @@ about known problems with installing or 
 These are included in the sources for a release in INSTALL/specific.html,
 and the <a href="http://gcc.gnu.org/install/specific.html";>latest version</a>
 is always available at the GCC web site.
-Reports of successful builds for GCC versions
-<a href="http://gcc.gnu.org/gcc-3.1/buildstat.html";>3.1</a>,
-<a href="http://gcc.gnu.org/gcc-3.0/buildstat.html";>3.0</a> and
-<a href="http://gcc.gnu.org/gcc-2.95/buildstat.html";>2.95</a>
-are also available at the web site.</p>
+Reports of <a href="http://gcc.gnu.org/buildstat.html";>successful builds</a>
+for several versions of GCC are also available at the web site.</p>
 
 <hr />
 <a name="installation"></a>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]