std.alpha revision 1.17
1# $NetBSD: std.alpha,v 1.17 1999/09/12 01:16:59 chs Exp $
2#
3# Standard/required configuration info for NetBSD/alpha.
4
5machine		alpha
6
7# standard ("mandatory") kernel options.
8
9# Executable support: once transitioned to ELF, EXEC_ECOFF will become optional
10options 	EXEC_ECOFF	# (native) ECOFF binary support
11options 	EXEC_ELF64	# (native) ELF64 binary support
12options 	EXEC_SCRIPT	# shell script support
13