b9659c52a5
CWARNFLAGS in the Makefile, but (for the time being, i.e. until that works) override that with 'makeoptions' in std.alpha.
12 lines
228 B
Plaintext
12 lines
228 B
Plaintext
# $NetBSD: std.alpha,v 1.6 1996/07/09 00:46:04 cgd Exp $
|
|
#
|
|
# Standard/required configuration info for NetBSD/alpha.
|
|
|
|
machine alpha
|
|
|
|
makeoptions DEBUG="-g"
|
|
makeoptions CWARNFLAGS="-Werror"
|
|
|
|
options EXEC_ECOFF
|
|
options OLD_PMAP
|