summaryrefslogtreecommitdiff
path: root/lang/gcc-ssp/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc-ssp/DESCR')
-rw-r--r--lang/gcc-ssp/DESCR23
1 files changed, 0 insertions, 23 deletions
diff --git a/lang/gcc-ssp/DESCR b/lang/gcc-ssp/DESCR
deleted file mode 100644
index e0435a59503..00000000000
--- a/lang/gcc-ssp/DESCR
+++ /dev/null
@@ -1,23 +0,0 @@
-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.