Module Name:    src
Committed By:   matt
Date:           Sun Aug  9 22:25:41 UTC 2009

Modified Files:
        src/sys/arch/evbmips/conf: GDIUM

Log Message:
Add makeoptions DEBUG="-g"


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbmips/conf/GDIUM

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/evbmips/conf/GDIUM
diff -u src/sys/arch/evbmips/conf/GDIUM:1.3 src/sys/arch/evbmips/conf/GDIUM:1.4
--- src/sys/arch/evbmips/conf/GDIUM:1.3	Sat Aug  8 20:50:44 2009
+++ src/sys/arch/evbmips/conf/GDIUM	Sun Aug  9 22:25:41 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GDIUM,v 1.3 2009/08/08 20:50:44 matt Exp $
+# $NetBSD: GDIUM,v 1.4 2009/08/09 22:25:41 matt Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GDIUM-$Revision: 1.3 $"
+#ident 		"GDIUM-$Revision: 1.4 $"
 
 maxusers	16
 
@@ -35,6 +35,7 @@
 #options 	KGDB			# remote debugger
 #options 	DIAGNOSTIC		# extra kernel debugging checks
 #options 	DEBUG			# extra kernel debugging support
+makeoptions	DEBUG="-g"
 options 	KTRACE			# system call tracing support
 options 	MSGBUFSIZE=8192		# dmesg buffer size
 

Reply via email to