summaryrefslogtreecommitdiff
path: root/lang/gcc-ssp/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 00:20:13 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 00:20:13 +0000
commita437fd43cc3ece125446142af9ed27ef8c1e6621 (patch)
tree0862d71c7e976f8aa56175851882e33495f691e4 /lang/gcc-ssp/DESCR
parentd16ce86994df76c0a92af71f19eef6cc2507fe39 (diff)
downloadpkgsrc-a437fd43cc3ece125446142af9ed27ef8c1e6621.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'lang/gcc-ssp/DESCR')
-rw-r--r--lang/gcc-ssp/DESCR23
1 files changed, 23 insertions, 0 deletions
diff --git a/lang/gcc-ssp/DESCR b/lang/gcc-ssp/DESCR
new file mode 100644
index 00000000000..e0435a59503
--- /dev/null
+++ b/lang/gcc-ssp/DESCR
@@ -0,0 +1,23 @@
+This directory contains the GNU Compiler Collection (GCC) version 2.95.
+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*.
+
+---
+Stack-smashing protection
+
+This gcc supports runtime stack-smashing protection. An
+executables compiled with -fstack-protector flag are protected
+from buffer-overflow attacks.
+
+It can not compile the NetBSD kernel easily at this moment.