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.
13 lines
339 B
Plaintext
13 lines
339 B
Plaintext
# $NetBSD: std.sparc64-32,v 1.1 2006/06/30 10:27:48 tsutsui Exp $
|
|
|
|
#
|
|
# Unneeded NetBSD/sparc64 kernel options when building 32-bit kernels.
|
|
# Note, you still must include "std.sparc64" in your kernel config file.
|
|
# Note this file MUST be included *after* "std.sparc64".
|
|
#
|
|
|
|
no makeoptions LP64
|
|
makeoptions LP64="no"
|
|
|
|
no options EXEC_ELF64
|