frysk-common ./ChangeLog ./Makefile.rules ./fr ...
kvanhees@sourceware.org
kvanhees@sourceware.org
Thu Mar 8 22:53:00 GMT 2007
CVSROOT: /cvs/frysk
Module name: frysk-common
Changes by: kvanhees@sourceware.org 2007-03-08 22:53:24
Modified files:
. : ChangeLog Makefile.rules frysk-common.ac
Added files:
m4 : frysk_werror.m4
Log message:
http://sourceware.org/bugzilla/show_bug.cgi?id=4172
This adds an option to configure that allows --enable-werror and
--disable-werror. It is enabled by default (backwards compatible).
When --disable-werror is specified as argument to autogen.sh (which
passes it to configure), the -Werror option will *not* be specified
as part of CXXFLAGS, CFLAGS, and GCJFLAGS. In addition, the hack to
work around the gcj problem (not actually reporting failure in the
event of warnings when -Werror is specified) will be disabled with
--disable-werror is specified.
The implementation of this option has been discussed at great length
on the frysk IRC channel on Mar 8th, 2007.
This commit modifies the earlier move of the "-Wall -Werror" options
from Makefile.rules to frysk-common.ac, by taking out the "-Werror"
option because that one is now under autoconf control.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/ChangeLog.diff?cvsroot=frysk&r1=1.346&r2=1.347
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/Makefile.rules.diff?cvsroot=frysk&r1=1.195&r2=1.196
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/frysk-common.ac.diff?cvsroot=frysk&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/m4/frysk_werror.m4.diff?cvsroot=frysk&r1=NONE&r2=1.1
More information about the Frysk-cvs
mailing list