netbsd/sys/arch/sparc64/conf/std.sparc64
2015-10-15 10:25:28 +02:00

24 lines
718 B
Plaintext

# $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"