23 lines
835 B
Text
23 lines
835 B
Text
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.
|