Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/conf TRAPWIN is defined by default in trap....



details:   https://anonhg.NetBSD.org/src/rev/fc8450624960
branches:  trunk
changeset: 500015:fc8450624960
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Dec 03 14:49:14 2000 +0000

description:
TRAPWIN is defined by default in trap.c, don't define it here.

diffstat:

 sys/arch/sparc64/conf/GENERIC32 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r a1335ba82f02 -r fc8450624960 sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Sun Dec 03 14:48:29 2000 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Sun Dec 03 14:49:14 2000 +0000
@@ -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 @@
 # 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
 



Home | Main Index | Thread Index | Old Index