std.alpha revision 1.12
1# $NetBSD: std.alpha,v 1.12 1997/04/06 23:03:15 cgd Exp $ 2# 3# Standard/required configuration info for NetBSD/alpha. 4 5machine alpha 6 7makeoptions DEBUG="-g" 8 9# standard ("mandatory") kernel options. 10 11# Executable support: once transitioned to ELF, EXEC_ECOFF will become optional 12options EXEC_ECOFF # (native) ECOFF binary support 13options EXEC_ELF64 # (native) ELF64 binary support 14options EXEC_SCRIPT # shell script support 15 16# VM pager support 17options SWAPPAGER # paging; REQUIRED 18options VNODEPAGER # mmap() of files; REQUIRED 19options DEVPAGER # mmap() of devices; REQUIRED 20