source: trunk/src/gcc/maintainer-scripts/snapshot-README@ 734

Last change on this file since 734 was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 1.7 KB
Line 
1gcc-ss-@DATE@ is now available on
2 ftp://gcc.gnu.org/pub/gcc/snapshots/@LONG_DATE@
3and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
4
5This snapshot has been generated from the current development mainline
6which is going to become GCC 3.1.
7
8You'll find:
9
10 gcc-@[email protected] The full gcc snapshot, including all
11 languages runtime libraries.
12
13 gcc-core-@[email protected] Just the C front end and core compiler.
14
15 gcc-tests-@[email protected] The GCC testsuite.
16
17 gcc-ada-@[email protected] The Ada language and runtime.
18
19 gcc-g++-@[email protected] The g++ language and runtime.
20
21 gcc-g++-tests-@[email protected] The testsuite for G++.
22
23 gcc-g77-@[email protected] The g77 language and runtime.
24
25 gcc-g77-testsuite-@[email protected] The testsuite for G77.
26
27 gcc-objc-@[email protected] The Objective-C front end and runtime.
28
29 gcc-java-@[email protected] The Java front end.
30
31 gcc-chill-@[email protected] The Chill front end and runtime.
32
33Diffs from @LAST_DATE@ are available.
34
35Note at times you may find newer directories on the server with limited
36permissions. These represent snapshots that have not yet been verified
37as correct, or are known to be incorrect.
38
39When a particular snapshot is ready for public consumption the directory
40permissions are relaxed, the LATEST-IS- file is updated and a message is
41sent to the gcc list.
42
43Using a snapshot before it's officially made available is an unwise thing
44to do since it may become impossible to update to an official snapshot.
45
46The "gcc_latest_snapshot" tag has been moved. You can use
47cvs update -rgcc_latest_snapshot to update your CVS tree to the latest
48official snapshot.
Note: See TracBrowser for help on using the repository browser.