Commit f540975a by Gerald Pfeifer Committed by Gerald Pfeifer

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
parent 281ac604
2003-06-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* 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.
2003-06-10 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> 2003-06-10 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* gcc_release (build_diff): Properly use ${TAR} instead of * gcc_release (build_diff): Properly use ${TAR} instead of
......
...@@ -6,8 +6,8 @@ This snapshot has been generated from the GCC CVS 3.3 branch. ...@@ -6,8 +6,8 @@ This snapshot has been generated from the GCC CVS 3.3 branch.
You'll find: You'll find:
gcc-@DATE@.tar.bz2 The full gcc snapshot, including all gcc-@DATE@.tar.bz2 The full GCC snapshot, including all
languages runtime libraries. languages and runtime libraries.
gcc-core-@DATE@.tar.bz2 Just the C front end and core compiler. gcc-core-@DATE@.tar.bz2 Just the C front end and core compiler.
...@@ -15,13 +15,13 @@ You'll find: ...@@ -15,13 +15,13 @@ You'll find:
gcc-ada-@DATE@.tar.bz2 The Ada language and runtime. 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-g77-@DATE@.tar.bz2 The g77 language and runtime.
gcc-objc-@DATE@.tar.bz2 The Objective-C front end 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. Diffs from @LAST_DATE@ are available in the diffs/ subdirectory.
......
...@@ -35,7 +35,7 @@ how to sign up can be found on the GCC project home page.</p> ...@@ -35,7 +35,7 @@ how to sign up can be found on the GCC project home page.</p>
up to gcc-core-@DATE@. up to gcc-core-@DATE@.
<p> <a href="@LONG_DATE@/gcc-g++-@DATE@.tar.bz2"> <p> <a href="@LONG_DATE@/gcc-g++-@DATE@.tar.bz2">
gcc-g++</a> @TEXT_DATE@ snapshot, includes just the G++ front gcc-g++</a> @TEXT_DATE@ snapshot, includes just the C++ front
end and runtime. end and runtime.
<p> <a href="@LONG_DATE@/diffs/gcc-g++-@LAST_DATE@-@DATE@.diff.bz2"> <p> <a href="@LONG_DATE@/diffs/gcc-g++-@LAST_DATE@-@DATE@.diff.bz2">
...@@ -52,7 +52,7 @@ how to sign up can be found on the GCC project home page.</p> ...@@ -52,7 +52,7 @@ how to sign up can be found on the GCC project home page.</p>
<p> <a href="@LONG_DATE@/gcc-java-@DATE@.tar.bz2"> <p> <a href="@LONG_DATE@/gcc-java-@DATE@.tar.bz2">
gcc-java</a> @TEXT_DATE@ snapshot, includes just the Java gcc-java</a> @TEXT_DATE@ snapshot, includes just the Java
front end. front end and runtime.
<p> <a href="@LONG_DATE@/diffs/gcc-java-@LAST_DATE@-@DATE@.diff.bz2"> <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@ gcc-java-@LAST_DATE@-@DATE@</a> patch file to bring gcc-java-@LAST_DATE@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment