summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf/std.alpha
blob: 6d043a81666be0de287eed526594bd6b61ec8bb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$OpenBSD: std.alpha,v 1.5 1997/01/24 19:57:04 niklas Exp $
#	$NetBSD: std.alpha,v 1.11 1996/11/15 19:37:34 cgd Exp $
#
# Standard/required configuration info for OpenBSD/alpha.

machine		alpha

makeoptions	DEBUG="-g"

# 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