mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-23 06:04:02 +08:00
* snapshot-README, snapshot-index.html: New files.
From-SVN: r49318
This commit is contained in:
parent
cb12891b42
commit
b9aea0ebf8
@ -1,3 +1,7 @@
|
||||
2002-01-29 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* snapshot-README, snapshot-index.html: New files.
|
||||
|
||||
2002-01-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
||||
|
||||
* update_web_docs (contrib_file): Remove.
|
||||
|
48
maintainer-scripts/snapshot-README
Normal file
48
maintainer-scripts/snapshot-README
Normal file
@ -0,0 +1,48 @@
|
||||
gcc-ss-20020128 is now available on
|
||||
ftp://gcc.gnu.org/pub/gcc/snapshots/2002-01-28
|
||||
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
|
||||
|
||||
This snapshot has been generated from the current development mainline
|
||||
which is going to become GCC 3.1.
|
||||
|
||||
You'll find:
|
||||
|
||||
gcc-20020128.tar.gz The full gcc snapshot, including all
|
||||
languages runtime libraries.
|
||||
|
||||
gcc-core-20020128.tar.gz Just the C front end and core compiler.
|
||||
|
||||
gcc-tests-20020128.tar.gz The GCC testsuite.
|
||||
|
||||
gcc-ada-20020128.tar.gz The Ada language and runtime.
|
||||
|
||||
gcc-g++-20020128.tar.gz The g++ language and runtime.
|
||||
|
||||
gcc-g++-tests-20020128.tar.gz The testsuite for G++.
|
||||
|
||||
gcc-g77-20020128.tar.gz The g77 language and runtime.
|
||||
|
||||
gcc-g77-testsuite-20020128.tar.gz The testsuite for G77.
|
||||
|
||||
gcc-objc-20020128.tar.gz The Objective-C front end and runtime.
|
||||
|
||||
gcc-java-20020128.tar.gz The Java front end.
|
||||
|
||||
gcc-chill-20020128.tar.gz The Chill front end and runtime.
|
||||
|
||||
Diffs from 20020121 are available.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
The "gcc_latest_snapshot" tag has been moved. You can use
|
||||
cvs update -rgcc_latest_snapshot to update your CVS tree to the latest
|
||||
official snapshot.
|
114
maintainer-scripts/snapshot-index.html
Normal file
114
maintainer-scripts/snapshot-index.html
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user