summaryrefslogtreecommitdiff
path: root/maintainer-scripts/snapshot-index.html
blob: 8aa85f44a2c7ce6d560d67dd17c1694dce40cc33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<html>

<head>
<title>GCC Snapshots</title>
</head>

<body>
<h1>GCC Snapshots</h1>

<hr />

<p>The <a href ="http://gcc.gnu.org/">GCC Project</a> makes
periodic snapshots of the GCC source tree available to the public
for testing purposes.</p>

<p>If you are planning to download and use one of our snapshots, then
we highly recommend you join the GCC developers list.  Details for
how to sign up can be found on the GCC project home page.</p>


<blockquote>
    <p> <a href="@LONG_DATE@/gcc-@DATE@.tar.bz2">
	 gcc</a> @TEXT_DATE@ snapshot, includes all languages.

    <p> <a href="@LONG_DATE@/diffs/gcc-@LAST_DATE@-@DATE@.diff.bz2">
	gcc-@LAST_DATE@-@DATE@</a> patch file to bring gcc-@LAST_DATE@ up to
	gcc-@DATE@.

    <p> <a href="@LONG_DATE@/gcc-core-@DATE@.tar.bz2">
	 gcc-core</a> @TEXT_DATE@ snapshot, includes just the C front
	 end and core compiler.

    <p> <a href="@LONG_DATE@/diffs/gcc-core-@LAST_DATE@-@DATE@.diff.bz2">
	gcc-core-@LAST_DATE@-@DATE@</a> patch file to bring gcc-core-@LAST_DATE@
	up to gcc-core-@DATE@.

    <p> <a href="@LONG_DATE@/gcc-g++-@DATE@.tar.bz2">
	 gcc-g++</a> @TEXT_DATE@ snapshot, includes just the G++ front
	 end and runtime.

    <p> <a href="@LONG_DATE@/diffs/gcc-g++-@LAST_DATE@-@DATE@.diff.bz2">
	gcc-g++-@LAST_DATE@-@DATE@</a> patch file to bring gcc-g++-@LAST_DATE@
	up to gcc-g++-@DATE@.

    <p> <a href="@LONG_DATE@/gcc-g77-@DATE@.tar.bz2">
	 gcc-g77</a> @TEXT_DATE@ snapshot, includes just the G77 front
	 end and runtime.

    <p> <a href="@LONG_DATE@/diffs/gcc-g77-@LAST_DATE@-@DATE@.diff.bz2">
	gcc-g77-@LAST_DATE@-@DATE@</a> patch file to bring gcc-g77-@LAST_DATE@
	up to gcc-g77-@DATE@.

    <p> <a href="@LONG_DATE@/gcc-java-@DATE@.tar.bz2">
	 gcc-java</a> @TEXT_DATE@ snapshot, includes just the Java
	 front end.

    <p> <a href="@LONG_DATE@/diffs/gcc-java-@LAST_DATE@-@DATE@.diff.bz2">
	gcc-java-@LAST_DATE@-@DATE@</a> patch file to bring gcc-java-@LAST_DATE@
	up to gcc-java-@DATE@.

    <p> <a href="@LONG_DATE@/gcc-objc-@DATE@.tar.bz2">
	 gcc-objc</a> @TEXT_DATE@ snapshot, includes just the Objective-C
	 front end and runtime.

    <p> <a href="@LONG_DATE@/diffs/gcc-objc-@LAST_DATE@-@DATE@.diff.bz2">
	gcc-objc-@LAST_DATE@-@DATE@</a> patch file to bring gcc-objc-@LAST_DATE@
	up to gcc-objc-@DATE@.

    <p> <a href="@LONG_DATE@/gcc-ada-@DATE@.tar.bz2">
	 gcc-ada</a> @TEXT_DATE@ snapshot, includes just the Ada
	 front end and runtime.

    <p> <a href="@LONG_DATE@/diffs/gcc-ada-@LAST_DATE@-@DATE@.diff.bz2">
	gcc-ada-@LAST_DATE@-@DATE@</a> patch file to bring gcc-ada-@LAST_DATE@
	up to gcc-ada-@DATE@.

</blockquote>

<p>If you are using an x86 GNU/Linux system that uses RPMs to handle
installation, you may find the daily RPM snapshots at:
<a href="http://www.codesourcery.com/gcc-snapshots.html">
http://www.codesourcery.com/gcc-snapshots.html </a>
easier to install.</p>

</p>When a particular snapshot is ready for public consumption the LATEST-IS-
file is updated and a message is sent to the gcc list.  Please do not use
a snapshot before it has been announced that way.</p>

<p>Old snapshots can be found on the ftp server <a
href="ftp://gcc.gnu.org/pub/gcc/snapshots/">ftp://gcc.gnu.org:/pub/gcc/snapshots</a>.</p>

<hr />

<address>
<a href="mailto:gcc@gcc.gnu.org">gcc@gcc.gnu.org</a>
<a href="mailto:gcc-bugs@gcc.gnu.org">gcc-bugs@gcc.gnu.org</a>

<p>Last modified @TEXT_DATE@</p>
</address>
</body>

</html>