update Wed Feb 10 06:37:00 PST 2010
[pkgsrc.git] / lang / gcc-ssp / DESCR
1 This directory contains the GNU Compiler Collection (GCC) version 2.95.
2 It includes all of the support for compiling C, C++, Objective C, Fortran,
3 Java, and Chill.
4
5 The GNU Compiler Collection is free software.  See the file COPYING for copying
6 permission.
7
8 See the file gcc.texi (together with other files that it includes) for
9 installation and porting information.  The file INSTALL contains a
10 copy of the installation information, as plain ASCII.
11
12 See the Bugs chapter of the GCC Manual for how to report bugs
13 usefully.  An online readable version of the manual is in the files
14 gcc.info*.
15
16 ---
17 Stack-smashing protection
18
19 This gcc supports runtime stack-smashing protection.  An
20 executables compiled with -fstack-protector flag are protected
21 from buffer-overflow attacks.
22
23 It can not compile the NetBSD kernel easily at this moment.