TRAPWIN is defined by default in trap.c, don't define it here.
This commit is contained in:
parent
c3d820fa5d
commit
1f04bc7933
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: GENERIC32,v 1.9 2000/11/19 15:22:51 mrg Exp $
|
||||
# $NetBSD: GENERIC32,v 1.10 2000/12/03 14:49:14 fvdl Exp $
|
||||
|
||||
include "arch/sparc64/conf/std.sparc64"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
#ident "GENERIC-$Revision: 1.10 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
|
@ -12,7 +12,7 @@ maxusers 64
|
|||
# Options for variants of the Sun SPARC architecure.
|
||||
# We currently support three architecture types; at least one is required.
|
||||
options SUN4U # sun4u - Ultra 140 and 170
|
||||
options TRAPWIN
|
||||
#options TRAPWIN
|
||||
options __ELF__ # we use elf
|
||||
#options _LP64 # we're using a 64-bit compiler
|
||||
|
||||
|
|
Loading…
Reference in New Issue