From a437fd43cc3ece125446142af9ed27ef8c1e6621 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:20:13 +0000 Subject: Move pkg/ files into package's toplevel directory --- lang/gcc-ssp/DESCR | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 lang/gcc-ssp/DESCR (limited to 'lang/gcc-ssp/DESCR') 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. -- cgit v1.2.3