summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/conf/std.sparc64
blob: 7a6cc7ab571c82f8904789053ce065ca482d37f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	$NetBSD: std.sparc64,v 1.19 2015/05/07 19:14:56 mrg Exp $

#
# Mandatory NetBSD/sparc64 kernel options when building either 32-bit or
# 64-bit kernels.  Options which require different settings for 32-bit
# kernels are adjusted by also including "std.sparc64-32".
#

machine		sparc64		# Machine architecture; required by config(8)
include		"conf/std"	# MI standard options

makeoptions	LP64="yes"

options 	EXEC_SCRIPT	# execve(2) support for scripts
options 	EXEC_ELF64	# 64-bit NetBSD and SunOS 5 bins

options		CPU_IN_CKSUM	# use optimized checksum method

options 	CHILD_MAX=1024	# 160 is too few
options 	OPEN_MAX=1024	# 128 is too few

# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"