CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/26 11:33:35
Modified files:
gnu/usr.bin/gcc/gcc: c-opts.c
gnu/usr.bin/gcc/gcc/doc: cppopts.texi invoke.texi
gnu/gcc/gcc : c-opts.c
gnu/gcc/gcc/doc: cppopts.texi gcc.1 gcc.info invoke.texi
share/man/man1 : gcc-local.1
Log message:
Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89.
While these versions of gcc don't have full C99 support, it is
better than defaulting to C89 when building modern software.
OK deraadt@
