blob: b780edc31b93783f8701378945e84fab8bc2fbe6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: std.alpha,v 1.4 1996/12/08 00:20:23 niklas Exp $
# $NetBSD: std.alpha,v 1.8 1996/09/27 17:18:02 cgd Exp $
#
# Standard/required configuration info for OpenBSD/alpha.
machine alpha
makeoptions DEBUG="-g"
# NetBSD has these, OpenBSD has them in CDIAGFLAGS in Makefile.alpha instead.
#makeoptions CWARNFLAGS="-Werror -Wcast-qual"
options EXEC_ECOFF
options EXEC_ELF64
options EXEC_SCRIPT
|