This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
PATCH for Re: Broken build status link
- To: David Kaelbling <drk at sgi dot com>
- Subject: PATCH for Re: Broken build status link
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Sun, 1 Jul 2001 12:10:07 +0200 (CEST)
- cc: <gcc at gcc dot gnu dot org>, <gcc-patches at gcc dot gnu dot org>
On Wed, 27 Jun 2001, David Kaelbling wrote:
> http://gcc.gnu.org/install/finalinstall.html has a link to a
> non-existent "build status page" -- following it produces:
>
> The requested URL /gcc-3.0/buildstat.html was not found on this server.
Thanks for pointing this out.
I addressed this by the patch below which I just installed.
Gerald
*** /dev/null Sun Jul 1 11:45:21 2001
--- buildstat.html Sun Jul 1 12:08:32 2001
***************
*** 0 ****
--- 1,25 ----
+ <html>
+
+ <head>
+ <title>Build status for GCC 3.0</title>
+ </head>
+
+ <body>
+ <h1 align="center">Build status for GCC 3.0</h1>
+
+ <table>
+
+ <tr>
+ <td>i386-unknown-freebsd4.3</td>
+ <td>Successful</td>
+ </tr>
+
+ <tr>
+ <td>i686-pc-linux-gnu</td>
+ <td>Successful</td>
+ </tr>
+
+ </table>
+
+ </body>
+ </html>