summaryrefslogtreecommitdiff
path: root/lang/gcc3-c/DESCR
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-01 14:05:46 +0000
committerjlam <jlam@pkgsrc.org>2004-02-01 14:05:46 +0000
commitdb448130dd2612ac17d40b109753881e706feb02 (patch)
tree52008c433094c4f9359d1abdf86534eb4b05a283 /lang/gcc3-c/DESCR
parentafb8c353e08fce15c47f31598e822940bab1abaa (diff)
downloadpkgsrc-db448130dd2612ac17d40b109753881e706feb02.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-c/DESCR')
-rw-r--r--lang/gcc3-c/DESCR15
1 files changed, 2 insertions, 13 deletions
diff --git a/lang/gcc3-c/DESCR b/lang/gcc3-c/DESCR
index bef410282ba..e4ee87edaaf 100644
--- a/lang/gcc3-c/DESCR
+++ b/lang/gcc3-c/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 C language.