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