mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 23:27:35 -04:00
24 lines
718 B
Plaintext
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"
|