diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-29 14:02:17 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-29 14:02:17 +0000 |
commit | df553411584d5a5777e3a45e27ac7e77e24285c1 (patch) | |
tree | 3aa1fd06c6d4c53429b67163c58803033f70113d /maintainer-scripts/snapshot-index.html | |
parent | f64c915ac269844cd481f34e77ba8a4f6bc80e5e (diff) | |
download | gcc-df553411584d5a5777e3a45e27ac7e77e24285c1.tar.gz |
* snapshot-README, snapshot-index.html: New files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49318 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts/snapshot-index.html')
-rw-r--r-- | maintainer-scripts/snapshot-index.html | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/maintainer-scripts/snapshot-index.html b/maintainer-scripts/snapshot-index.html new file mode 100644 index 00000000000..4882d995ba6 --- /dev/null +++ b/maintainer-scripts/snapshot-index.html @@ -0,0 +1,114 @@ +<html> +<head> +<title>GCC Snapshots</title> +</head> + +<body> +<h1>GCC Snapshots</h1> +<hr> + +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. + +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. + + +<blockquote> + <p> <a href="2002-01-28/gcc-20020128.tar.gz"> + gcc</a> January 28, 2002 snapshot, includes all languages. + + <p> <a href="2002-01-28/gcc-20020121-20020128.diff.gz"> + gcc-20020121-20020128</a> patch file to bring gcc-20020121 up to + gcc-20020128. + + <p> <a href="2002-01-28/gcc-core-20020128.tar.gz"> + gcc-core</a> January 28, 2002 snapshot, includes just the C front + end and core compiler. + + <p> <a href="2002-01-28/gcc-core-20020121-20020128.diff.gz"> + gcc-core-20020121-20020128</a> patch file to bring gcc-core-20020121 + up to gcc-core-20020128. + + <p> <a href="2002-01-28/gcc-g++-20020128.tar.gz"> + gcc-g++</a> January 28, 2002 snapshot, includes just the G++ front + end and runtime. + + <p> <a href="2002-01-28/gcc-g++-20020121-20020128.diff.gz"> + gcc-g++-20020121-20020128</a> patch file to bring gcc-g++-20020121 + up to gcc-g++-20020128. + + <p> <a href="2002-01-28/gcc-g77-20020128.tar.gz"> + gcc-g77</a> January 28, 2002 snapshot, includes just the G77 front + end and runtime. + + <p> <a href="2002-01-28/gcc-g77-20020121-20020128.diff.gz"> + gcc-g77-20020121-20020128</a> patch file to bring gcc-g77-20020121 + up to gcc-g77-20020128. + + <p> <a href="2002-01-28/gcc-java-20020128.tar.gz"> + gcc-java</a> January 28, 2002 snapshot, includes just the Java + front end. + + <p> <a href="2002-01-28/gcc-java-20020121-20020128.diff.gz"> + gcc-java-20020121-20020128</a> patch file to bring gcc-java-20020121 + up to gcc-java-20020128. + + <p> <a href="2002-01-28/gcc-chill-20020128.tar.gz"> + gcc-chill</a> January 28, 2002 snapshot, includes just the Chill + front end and runtime. + + <p> <a href="2002-01-28/gcc-chill-20020121-20020128.diff.gz"> + gcc-chill-20020121-20020128</a> patch file to bring gcc-chill-20020121 + up to gcc-chill-20020128. + + <p> <a href="2002-01-28/gcc-objc-20020128.tar.gz"> + gcc-objc</a> January 28, 2002 snapshot, includes just the Objective-C + front end and runtime. + + <p> <a href="2002-01-28/gcc-objc-20020121-20020128.diff.gz"> + gcc-objc-20020121-20020128</a> patch file to bring gcc-objc-20020121 + up to gcc-objc-20020128. + + <p> <a href="2002-01-28/gcc-ada-20020128.tar.gz"> + gcc-ada</a> January 28, 2002 snapshot, includes just the Ada + front end and runtime. + + <p> <a href="2002-01-28/gcc-ada-20020121-20020128.diff.gz"> + gcc-ada-20020121-20020128</a> patch file to bring gcc-ada-20020121 + up to gcc-ada-20020128. + +</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>Note at times you may find newer directories on the server with limited +permissions. These represent snapshots that have not yet been verified +as correct, or are known to be incorrect. + +<p>When a particular snapshot is ready for public consumption the directory +permissions are relaxed, the LATEST-IS- file is updated and a message is +sent to the GCC list. + +<p>Using a snapshot before it's officially made available is an unwise thing +to do since it may become impossible to update to an official snapshot. + +<p>Old snapshots can be found on the ftp server +<a href=ftp://gcc.gnu.org/pub/gcc/snapshots/> +gcc.gnu.org:/pub/gcc/snapshots. + +<hr> +<address><a href="mailto:gcc@gcc.gnu.org">gcc@gcc.gnu.org</a> +<address><a href="mailto:gcc-bugs@gcc.gnu.org">gcc-bugs@gcc.gnu.org</a> + +<p> +Last modified January 28, 2002</address> +</body> + +</html> |