bc766890f7
compat kernel to include the GENERIC and use "no" keywords of config(1). Also merge std.sparc64-64 into std.sparc64 and prepare std.sparc64-32 which uses "no" keywords for 32 bit kernels. OK'ed by mrg.
16 lines
499 B
Plaintext
16 lines
499 B
Plaintext
# $NetBSD: std.sparc64,v 1.15 2006/06/30 10:27:48 tsutsui Exp $
|
|
|
|
#
|
|
# Mandatory NetBSD/sparc64 kernel options when building either 32-bit or
|
|
# 64-bit kernels. Additional mandatory options for 64-bit kernels are
|
|
# picked up by also including "std.sparc64-64".
|
|
#
|
|
|
|
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
|