summaryrefslogtreecommitdiff
path: root/lang/gcc3-c/DESCR
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-01 14:05:46 +0000
committerjlam <jlam>2004-02-01 14:05:46 +0000
commit7e4a907b3d5cc6e0f41f86602dc24403b1591163 (patch)
tree52008c433094c4f9359d1abdf86534eb4b05a283 /lang/gcc3-c/DESCR
parent4e3056603bdd5fc642e87b7c693eb7935a3d10ba (diff)
downloadpkgsrc-7e4a907b3d5cc6e0f41f86602dc24403b1591163.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.