xref: /netbsd-src/sys/arch/sparc64/conf/std.sparc64 (revision 466a16a118933bd295a8a104f095714fadf9cf68)
1#	$NetBSD: std.sparc64,v 1.18 2008/12/11 05:42:18 alc Exp $
2
3#
4# Mandatory NetBSD/sparc64 kernel options when building either 32-bit or
5# 64-bit kernels.  Options which require different settings for 32-bit
6# kernels are adjusted by also including "std.sparc64-32".
7#
8
9machine		sparc64		# Machine architecture; required by config(8)
10include		"conf/std"	# MI standard options
11
12makeoptions	LP64="yes"
13
14options 	EXEC_SCRIPT	# execve(2) support for scripts
15options 	EXEC_ELF64	# 64-bit NetBSD and SunOS 5 bins
16
17options		CPU_IN_CKSUM	# use optimized checksum method
18
19# Atheros HAL options
20include "external/isc/atheros_hal/conf/std.ath_hal"
21