Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun2/conf revert previous.
details: https://anonhg.NetBSD.org/src/rev/f80f1e009daa
branches: trunk
changeset: 770627:f80f1e009daa
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Oct 26 00:57:36 2011 +0000
description:
revert previous.
diffstat:
sys/arch/sun2/conf/GENERIC | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 593b972f3fc0 -r f80f1e009daa sys/arch/sun2/conf/GENERIC
--- a/sys/arch/sun2/conf/GENERIC Wed Oct 26 00:56:59 2011 +0000
+++ b/sys/arch/sun2/conf/GENERIC Wed Oct 26 00:57:36 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.79 2011/10/26 00:56:59 mrg Exp $
+# $NetBSD: GENERIC,v 1.80 2011/10/26 00:57:36 mrg Exp $
#
# GENERIC machine description file
#
@@ -25,7 +25,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.79 $"
+#ident "GENERIC-$Revision: 1.80 $"
makeoptions COPTS="-Os" # optimize for size
@@ -54,12 +54,11 @@
# Which kernel debugger? Uncomment either this:
options DDB
# ... or these for KGDB (gdb remote target)
-makeoptions DEBUG="-g" # debugging symbols for gdb
+#makeoptions DEBUG="-g" # debugging symbols for gdb
#options KGDB
#options KGDB_DEV=0x0C00 # ttya=0C00 ttyb=0C01
# Other debugging options
-options DDB_COMMANDONENTER="trace"
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DEBUG # kernel debugging code
#options DIAGNOSTIC # extra kernel sanity checking
Home |
Main Index |
Thread Index |
Old Index