15 lines
439 B
Plaintext
15 lines
439 B
Plaintext
# $NetBSD: std.sparc,v 1.23 2010/09/20 10:21:10 tsutsui Exp $
|
|
|
|
#
|
|
# Mandatory NetBSD/sparc kernel options.
|
|
#
|
|
|
|
machine sparc # Machine architecture; required by config(8)
|
|
include "conf/std" # MI standard options
|
|
|
|
options EXEC_AOUT # execve(2) support for a.out binaries
|
|
options EXEC_ELF32 # execve(2) support for ELF binaries
|
|
options EXEC_SCRIPT # execve(2) support for scripts
|
|
|
|
options CPU_IN_CKSUM # use MD optimized cpu_in_cksum()
|