std.alpha revision 1.13
1# $NetBSD: std.alpha,v 1.13 1997/11/17 01:57:26 lukem 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