aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/snapshot-README
diff options
context:
space:
mode:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2003-06-14 12:57:54 +0200
committerGerald Pfeifer <gerald@gcc.gnu.org>2003-06-14 10:57:54 +0000
commitf540975a80765a1c917c9ce8bbae4b67384148f5 (patch)
tree43fbcabcdc14596b6e9671ba2b3a42275fabec64 /maintainer-scripts/snapshot-README
parent281ac6046f34ac0bae7bb981b332036cf1b0f2f1 (diff)
downloadgcc-f540975a80765a1c917c9ce8bbae4b67384148f5.zip
gcc-f540975a80765a1c917c9ce8bbae4b67384148f5.tar.gz
gcc-f540975a80765a1c917c9ce8bbae4b67384148f5.tar.bz2
snapshot-README: Use GCC instead of gcc...
* snapshot-README: Use GCC instead of gcc, C++ front end instead of g++ language, and note that Java includes a run time. * snapshot.index.html: Ditto. From-SVN: r67938
Diffstat (limited to 'maintainer-scripts/snapshot-README')
-rw-r--r--maintainer-scripts/snapshot-README8
1 files changed, 4 insertions, 4 deletions
diff --git a/maintainer-scripts/snapshot-README b/maintainer-scripts/snapshot-README
index ee642ce..9322635 100644
--- a/maintainer-scripts/snapshot-README
+++ b/maintainer-scripts/snapshot-README
@@ -6,8 +6,8 @@ This snapshot has been generated from the GCC CVS 3.3 branch.
You'll find:
- gcc-@DATE@.tar.bz2 The full gcc snapshot, including all
- languages runtime libraries.
+ gcc-@DATE@.tar.bz2 The full GCC snapshot, including all
+ languages and runtime libraries.
gcc-core-@DATE@.tar.bz2 Just the C front end and core compiler.
@@ -15,13 +15,13 @@ You'll find:
gcc-ada-@DATE@.tar.bz2 The Ada language and runtime.
- gcc-g++-@DATE@.tar.bz2 The g++ language and runtime.
+ gcc-g++-@DATE@.tar.bz2 The C++ front end and runtime.
gcc-g77-@DATE@.tar.bz2 The g77 language and runtime.
gcc-objc-@DATE@.tar.bz2 The Objective-C front end and runtime.
- gcc-java-@DATE@.tar.bz2 The Java front end.
+ gcc-java-@DATE@.tar.bz2 The Java front end and runtime.
Diffs from @LAST_DATE@ are available in the diffs/ subdirectory.