Module Name:    src
Committed By:   rin
Date:           Thu Sep 10 02:06:25 UTC 2020

Modified Files:
        src/sys/arch/sun3/conf: GENERIC

Log Message:
Build in debug symbols.


To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/sys/arch/sun3/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sun3/conf/GENERIC
diff -u src/sys/arch/sun3/conf/GENERIC:1.184 src/sys/arch/sun3/conf/GENERIC:1.185
--- src/sys/arch/sun3/conf/GENERIC:1.184	Mon Aug 10 06:32:58 2020
+++ src/sys/arch/sun3/conf/GENERIC	Thu Sep 10 02:06:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.184 2020/08/10 06:32:58 rin Exp $
+# $NetBSD: GENERIC,v 1.185 2020/09/10 02:06:25 rin Exp $
 #
 # GENERIC machine description file
 # 
@@ -25,7 +25,7 @@ include 	"arch/sun3/conf/std.sun3"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.184 $"
+#ident		"GENERIC-$Revision: 1.185 $"
 
 makeoptions	COPTS="-Os -fno-unwind-tables -fno-omit-frame-pointer"
 	# Bootloader has size limit (~2MB). -fno-omit-frame-pointer is
@@ -60,7 +60,7 @@ options 	PIPE_SOCKETPAIR	# smaller, but 
 # 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=0x0C01	# ttya=0C00 ttyb=0C01
 

Reply via email to