Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 08/09/2005 15:24:26
Module Name:	src
Committed By:	he
Date:		Tue Aug  9 15:24:26 UTC 2005

Modified Files:
	src/share/mk: bsd.sys.mk

Log Message:
Gcc 2.95.3 doesn't support the -Wabi warning flag, so don't try to use
it there.

The vax port's va_start() macro uses a cast, so for the moment disable
the -Wold-style-cast warning flag for the old GCC as well (as vax is
the only remaining port using this compiler).


To generate a diff of this commit:
cvs rdiff -r1.121 -r1.122 src/share/mk/bsd.sys.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.