1997-04-07 03:03:02 +04:00
|
|
|
# $NetBSD: std.alpha,v 1.12 1997/04/06 23:03:15 cgd Exp $
|
1995-11-23 05:33:17 +03:00
|
|
|
#
|
|
|
|
# Standard/required configuration info for NetBSD/alpha.
|
|
|
|
|
|
|
|
machine alpha
|
|
|
|
|
|
|
|
makeoptions DEBUG="-g"
|
|
|
|
|
1996-11-15 22:37:21 +03:00
|
|
|
# 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
|
|
|
|
|
|
|
|
# VM pager support
|
|
|
|
options SWAPPAGER # paging; REQUIRED
|
|
|
|
options VNODEPAGER # mmap() of files; REQUIRED
|
|
|
|
options DEVPAGER # mmap() of devices; REQUIRED
|