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]

WWW PATCH: More 4.0 boilerplate


More web pages..

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com

Index: buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/buildstat.html,v
retrieving revision 1.11
diff -c -5 -p -r1.11 buildstat.html
*** buildstat.html	16 Jan 2004 20:09:29 -0000	1.11
--- buildstat.html	25 Feb 2005 09:16:33 -0000
***************
*** 8,17 ****
--- 8,18 ----
  <h1>Build status for GCC</h1>
  
  <p>These pages summarize build reports for GCC.</p>
  
  <ul>
+ <li><a href="gcc-4.0/buildstat.html">GCC 4.0.x</a></li>
  <li><a href="gcc-3.4/buildstat.html">GCC 3.4.x</a></li>
  <li><a href="gcc-3.3/buildstat.html">GCC 3.3.x</a></li>
  <li><a href="gcc-3.2/buildstat.html">GCC 3.2.x</a></li>
  <li><a href="gcc-3.1/buildstat.html">GCC 3.1.x</a></li>
  <li><a href="gcc-3.0/buildstat.html">GCC 3.0.x</a></li>
Index: gcc-4.0/buildstat.html
===================================================================
RCS file: gcc-4.0/buildstat.html
diff -N gcc-4.0/buildstat.html
*** /dev/null	1 Jan 1970 00:00:00 -0000
--- gcc-4.0/buildstat.html	25 Feb 2005 09:16:34 -0000
***************
*** 0 ****
--- 1,24 ----
+ <html>
+ 
+ <head>
+ <title>Build status for GCC 4.0</title>
+ </head>
+ 
+ <body>
+ <h1>Build status for GCC 4.0</h1>
+ 
+ <p>This list summarizes build reports for GCC 4.0.x, with links to the
+ archived mail messages that reported the builds and to test result
+ summaries.</p>
+ 
+ <p>Instructions for running the test suite and for submitting test results
+ are part of
+ <a href="http://gcc.gnu.org/install/test.html";>
+ Installing GCC: Testing</a>.
+ Instructions for reporting a successful &quot;make bootstrap&quot;,
+ including a list of information to include in such a report, are part of
+ <a href="http://gcc.gnu.org/install/finalinstall.html";>
+ Installing GCC: Final Installation</a>.</p>
+ 
+ </body>
+ </html>
Index: gcc-4.0/index.html
===================================================================
RCS file: gcc-4.0/index.html
diff -N gcc-4.0/index.html
*** /dev/null	1 Jan 1970 00:00:00 -0000
--- gcc-4.0/index.html	25 Feb 2005 09:16:34 -0000
***************
*** 0 ****
--- 1,40 ----
+ <html>
+ 
+ <head>
+ <title>GCC 4.0 Release Series</title>
+ </head>
+ 
+ <body>
+ 
+ <h1>GCC 4.0 Release Series</h1>
+ 
+ <h2>Release History</h2>
+ 
+ <p>GCC 4.0 has not yet been released.</p>
+ 
+ <h2>References and Acknowledgements</h2>
+ 
+ <p>GCC used to stand for the GNU C Compiler, but since the compiler
+ supports several other languages aside from C, it now stands for the
+ GNU Compiler Collection.</p>
+ 
+ <p>A list of <a href="buildstat.html">successful builds</a> is updated
+ as new information becomes available.</p>
+ 
+ <p>The GCC developers would like to thank the numerous people that have
+ contributed new features, improvements, bug fixes, and other changes as
+ well as test results to GCC.
+ This <a href="http://gcc.gnu.org/onlinedocs/gcc/Contributors.html";>amazing
+ group of volunteers</a> is what makes GCC successful.</p>
+ 
+ <p>For additional information about GCC please refer to the
+ <a href="../index.html">GCC project web site</a> or contact the
+ <a href="mailto:gcc@gcc.gnu.org";>GCC development mailing list</a>.</p>
+ 
+ <p>To obtain GCC please use <a href="../mirrors.html">our mirror sites</a>,
+ one of the <a href="http://www.gnu.org/order/ftp.html";>GNU mirror sites</a>,
+ or <a href="../cvs.html">our CVS server</a>.</p>
+ 
+ </body>
+ </html>
+ 


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