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 Disable DEBUG=-g by default again (acc...
details: https://anonhg.NetBSD.org/src/rev/6dfb9ae8ccde
branches: trunk
changeset: 765047:6dfb9ae8ccde
user: martin <martin%NetBSD.org@localhost>
date: Tue May 17 07:57:02 2011 +0000
description:
Disable DEBUG=-g by default again (accidently slipped in with last changes).
Ok: mrg
diffstat:
sys/arch/sparc64/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1aaff4fbd5b2 -r 6dfb9ae8ccde sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC Tue May 17 07:16:02 2011 +0000
+++ b/sys/arch/sparc64/conf/GENERIC Tue May 17 07:57:02 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.138 2011/05/17 04:18:05 mrg Exp $
+# $NetBSD: GENERIC,v 1.139 2011/05/17 07:57:02 martin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.138 $"
+#ident "GENERIC-$Revision: 1.139 $"
maxusers 64
@@ -99,7 +99,7 @@
## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
## such that gdb(1) can be used on a kernel coredump.
-makeoptions DEBUG="-g"
+#makeoptions DEBUG="-g"
## Adds code to the kernel that does internal consistency checks, and will
Home |
Main Index |
Thread Index |
Old Index