11.19Smrg#	$NetBSD: std.sparc64,v 1.19 2015/05/07 19:14:56 mrg Exp $
21.1Seeh
31.1Seeh#
41.10Sthorpej# Mandatory NetBSD/sparc64 kernel options when building either 32-bit or
51.16Stsutsui# 64-bit kernels.  Options which require different settings for 32-bit
61.16Stsutsui# kernels are adjusted by also including "std.sparc64-32".
71.1Seeh#
81.1Seeh
91.1Seehmachine		sparc64		# Machine architecture; required by config(8)
101.11Syamtinclude		"conf/std"	# MI standard options
111.4Seeh
121.15Stsutsuimakeoptions	LP64="yes"
131.15Stsutsui
141.1Seehoptions 	EXEC_SCRIPT	# execve(2) support for scripts
151.15Stsutsuioptions 	EXEC_ELF64	# 64-bit NetBSD and SunOS 5 bins
161.17Smartin
171.17Smartinoptions		CPU_IN_CKSUM	# use optimized checksum method
181.18Salc
191.19Smrgoptions 	CHILD_MAX=1024	# 160 is too few
201.19Smrgoptions 	OPEN_MAX=1024	# 128 is too few
211.19Smrg
221.18Salc# Atheros HAL options
231.18Salcinclude "external/isc/atheros_hal/conf/std.ath_hal"
24