OSDN Git Service

2003-10-23 Kelley Cook <kcook@gcc.gnu.org>
[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
19 <blockquote>
20     <p> <a href="gcc-@RELEASE@.tar.bz2">
21          gcc</a> @TEXT_DATE@ snapshot, includes all languages.
22
23     <p> <a href="gcc-core-@RELEASE@.tar.bz2">
24          gcc-core</a> @TEXT_DATE@ snapshot, includes just the C front
25          end and core compiler.
26
27     <p> <a href="gcc-g++-@RELEASE@.tar.bz2">
28          gcc-g++</a> @TEXT_DATE@ snapshot, includes just the C++ front
29          end and runtime.
30
31     <p> <a href="gcc-g77-@RELEASE@.tar.bz2">
32          gcc-g77</a> @TEXT_DATE@ snapshot, includes just the F77 front
33          end and runtime.
34
35     <p> <a href="gcc-java-@RELEASE@.tar.bz2">
36          gcc-java</a> @TEXT_DATE@ snapshot, includes just the Java
37          front end and runtime.
38
39     <p> <a href="gcc-objc-@RELEASE@.tar.bz2">
40          gcc-objc</a> @TEXT_DATE@ snapshot, includes just the Objective-C
41          front end and runtime.
42
43     <p> <a href="gcc-ada-@RELEASE@.tar.bz2">
44          gcc-ada</a> @TEXT_DATE@ snapshot, includes just the Ada
45          front end and runtime.
46
47 </blockquote>
48
49 <p>Diffs from @BRANCH@-@LAST_DATE@ are available in the
50 <a href="diffs/">diffs/ subdirectory</a>.</p>
51
52 </p>When a particular snapshot is ready for public consumption the LATEST-IS-
53 file is updated and a message is sent to the gcc list.  Please do not use
54 a snapshot before it has been announced that way.</p>
55
56 <p>Old snapshots can be found on the ftp server <a
57 href="ftp://gcc.gnu.org/pub/gcc/snapshots/">ftp://gcc.gnu.org:/pub/gcc/snapshots</a>.</p>
58
59 <hr />
60
61 <address>
62 <a href="mailto:gcc@gcc.gnu.org">gcc@gcc.gnu.org</a>
63 <br />
64 Last modified @TEXT_DATE@
65 </address>
66 </body>
67
68 </html>