OSDN Git Service

2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
[pf3gnuchains/gcc-fork.git] / maintainer-scripts / snapshot-index.html
1 <html>
2
3 <head>
4 <title>GCC @RELEASE@ Snapshot</title>
5 </head>
6
7 <body>
8 <h1>GCC @RELEASE@ Snapshot</h1>
9
10 <p>The <a href ="http://gcc.gnu.org/">GCC Project</a> makes
11 periodic snapshots of the GCC source tree available to the public
12 for testing purposes.</p>
13
14 <p>If you are planning to download and use one of our snapshots, then
15 we highly recommend you join the GCC developers list.  Details for
16 how to sign up can be found on the GCC project home page.</p>
17
18 <p>This snapshot has been generated from the GCC @BRANCH@ CVS branch
19 with the following options: @EXPORT@</p>
20
21 <blockquote>
22     <p> <a href="gcc-@RELEASE@.tar.bz2">
23          gcc</a> @TEXT_DATE@ snapshot, includes all languages.
24
25     <p> <a href="gcc-core-@RELEASE@.tar.bz2">
26          gcc-core</a> @TEXT_DATE@ snapshot, includes just the C front
27          end and core compiler.
28
29     <p> <a href="gcc-g++-@RELEASE@.tar.bz2">
30          gcc-g++</a> @TEXT_DATE@ snapshot, includes just the C++ front
31          end and runtime.
32
33     <p> <a href="gcc-g77-@RELEASE@.tar.bz2">
34          gcc-g77</a> @TEXT_DATE@ snapshot, includes just the F77 front
35          end and runtime.
36
37     <p> <a href="gcc-fortran-@RELEASE@.tar.bz2">
38          gcc-fortran</a> @TEXT_DATE@ snapshot, includes just the Fortran front
39          end and runtime.
40
41     <p> <a href="gcc-java-@RELEASE@.tar.bz2">
42          gcc-java</a> @TEXT_DATE@ snapshot, includes just the Java
43          front end and runtime.
44
45     <p> <a href="gcc-objc-@RELEASE@.tar.bz2">
46          gcc-objc</a> @TEXT_DATE@ snapshot, includes just the Objective-C
47          front end and runtime.
48
49     <p> <a href="gcc-ada-@RELEASE@.tar.bz2">
50          gcc-ada</a> @TEXT_DATE@ snapshot, includes just the Ada
51          front end and runtime.
52
53 </blockquote>
54
55 <p>Diffs from @BRANCH@-@LAST_DATE@ are available in the
56 <a href="diffs/">diffs/ subdirectory</a>.</p>
57
58 </p>When a particular snapshot is ready for public consumption the LATEST-IS-
59 file is updated and a message is sent to the gcc list.  Please do not use
60 a snapshot before it has been announced that way.</p>
61
62 <hr />
63
64 <address>
65 <a href="mailto:gcc@gcc.gnu.org">gcc@gcc.gnu.org</a>
66 <br />
67 Last modified @TEXT_DATE@
68 </address>
69 </body>
70
71 </html>