This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-ss-20011119 is now available
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- To: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Cc: "David O'Brien" <obrien at freebsd dot org>, <gcc at gcc dot gnu dot org>
- Date: Wed, 21 Nov 2001 13:46:50 +0100 (CET)
- Subject: Re: gcc-ss-20011119 is now available
On Wed, 21 Nov 2001, Joseph S. Myers wrote:
>> Would it be possible to add the branch name to this?
>> It is hard for me maintaining the FreeBSD ports to know which is being
>> fetched and when the snapshots change from branch to mainline, etc.
Good point.
> If you want this message to give more information (and to have an
> up-to-date list of files, which it doesn't at present), send a patch.
I took care of this by means of the following patch. That's not perfect
and it doesn't solve all problems nor put this into CVS, but it addresses
David's problem.
Gerald
--- README.old Wed Nov 21 04:41:23 2001
+++ README Wed Nov 21 04:44:20 2001
@@ -1,12 +1,14 @@
gcc-ss-20011119 is now available on
-ftp://gcc.gnu.org/pub/gcc/snapshots/2001-11-19
+ ftp://gcc.gnu.org/pub/gcc/snapshots/2001-11-19
+and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
-(and on various mirrors, see the gcc home page for mirror sites).
+This snapshot has been generated from the current development mainline
+which is going to become GCC 3.1.
You'll find:
gcc-20011119.tar.gz The full gcc snapshot, including all
- languages runtime libraries.
+ languages runtime libraries.
gcc-core-20011119.tar.gz Just the C front end and core compiler.