diff options
Diffstat (limited to 'lang/gcc-ssp/DESCR')
-rw-r--r-- | lang/gcc-ssp/DESCR | 23 |
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. |