std.alpha revision 1.20
1# $NetBSD: std.alpha,v 1.20 2002/05/03 00:06:55 eeh 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 13options _LP64 # Always define this since we're 64-bit. 14