diff options
author | uebayasi <uebayasi> | 2003-01-06 07:42:26 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-01-06 07:42:26 +0000 |
commit | 0399f1f36ad6461d40b84676fdf20dfe9d4481ac (patch) | |
tree | 5d653030959b27670756c91a058b9a1a48a09517 /lang/gcc3/DESCR | |
parent | 50a33d14624add796fcc14fe7229828590455ae7 (diff) | |
download | pkgsrc-0399f1f36ad6461d40b84676fdf20dfe9d4481ac.tar.gz |
Initial import of GCC 3.2.1, the latest release of GNU Compiler
Collection, which currently contains front ends for C, C++,
Objective-C, Fortran, Java, and Ada.
For more detail, see
http://gcc.gnu.org/gcc-3.2/
XXX Only tested on NetBSD/i386 -current. Tests on Linux and Solaris
are very encouraged.
XXX buildlink2.mk is not provided, meaning no other packages can
depend on this for now.
Diffstat (limited to 'lang/gcc3/DESCR')
-rw-r--r-- | lang/gcc3/DESCR | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/gcc3/DESCR b/lang/gcc3/DESCR new file mode 100644 index 00000000000..47e02c70e88 --- /dev/null +++ b/lang/gcc3/DESCR @@ -0,0 +1,14 @@ +This directory contains the GNU Compiler Collection (GCC) version 3.2.1. +It includes all of the support for compiling C, C++, Objective C, Fortran, +Java, and Chill. + +The GNU Compiler Collection is free software. See the file COPYING for copying +permission. + +See the file gcc.texi (together with other files that it includes) for +installation and porting information. The file INSTALL contains a +copy of the installation information, as plain ASCII. + +See the Bugs chapter of the GCC Manual for how to report bugs +usefully. An online readable version of the manual is in the files +gcc.info*. |