blob: 63a667bbf172129a79e7d3a30dc447e9e855cbfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: std.alpha,v 1.21 2002/05/03 17:51:10 thorpej Exp $
#
# Standard/required configuration info for NetBSD/alpha.
machine alpha
# standard ("mandatory") kernel options.
# Executable support: once transitioned to ELF, EXEC_ECOFF will become optional
options EXEC_ECOFF # (native) ECOFF binary support
options EXEC_ELF64 # (native) ELF64 binary support
options EXEC_SCRIPT # shell script support
|