NetBSD/sys/arch/sparc/conf/std.sparc

16 lines
393 B
Plaintext
Raw Normal View History

# $NetBSD: std.sparc,v 1.19 1999/11/15 19:00:30 fvdl Exp $
1996-10-02 11:11:45 +04:00
#
# Mandatory NetBSD/sparc kernel options.
#
machine sparc # Machine architecture; required by config(8)
prefix ../gnu/sys
cinclude "conf/files.softdep"
prefix
1997-05-07 05:55:23 +04:00
options EXEC_AOUT # execve(2) support for a.out binaries
1999-06-13 11:58:20 +04:00
options EXEC_ELF32 # execve(2) support for ELF binaries
1997-05-07 05:55:23 +04:00
options EXEC_SCRIPT # execve(2) support for scripts