std.alpha revision 1.19
1# $NetBSD: std.alpha,v 1.19 2000/06/22 20:27:49 fvdl 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