diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-01 14:05:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-01 14:05:46 +0000 |
commit | 2f79dc83eeb36556d10029ee636c21b20e3c3efa (patch) | |
tree | 52008c433094c4f9359d1abdf86534eb4b05a283 /lang/gcc3-ada/DESCR | |
parent | 2b75a71604317fd862138c60918be111b376db89 (diff) | |
download | pkgsrc-2f79dc83eeb36556d10029ee636c21b20e3c3efa.tar.gz |
bl3ify the gcc3-* packages. Also provide buildlink[23].mk files for use
by bsd.compiler.mk. Note that in the buildlink3.mk files, the dependency
is always added regardless of the BUILDLINK_DEPTH. This is because these
buildlink3.mk files may be included by bsd.prefs.mk, which is often
included other buildlink3.mk files, and we need to ensure that regardless
of the depth, we are using the correct compiler.
Diffstat (limited to 'lang/gcc3-ada/DESCR')
-rw-r--r-- | lang/gcc3-ada/DESCR | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/lang/gcc3-ada/DESCR b/lang/gcc3-ada/DESCR index bef410282ba..725cd6e821d 100644 --- a/lang/gcc3-ada/DESCR +++ b/lang/gcc3-ada/DESCR @@ -1,14 +1,3 @@ -This directory contains the GNU Compiler Collection (GCC) version 3.3. -It includes all of the support for compiling C, C++, Objective C, Fortran, -Java, and Chill. +The GNU Compiler Collection (GCC) version 3.x. -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*. +This package includes support for compiling the Ada language. |