Module Name:    src
Committed By:   thorpej
Date:           Sat Sep  5 01:02:02 UTC 2020

Modified Files:
        src/sys/arch/alpha/conf: GENERIC GENERIC.MP

Log Message:
Build GENERIC with debug symbols, not just GENERIC.MP.


To generate a diff of this commit:
cvs rdiff -u -r1.405 -r1.406 src/sys/arch/alpha/conf/GENERIC
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/alpha/conf/GENERIC.MP

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/alpha/conf/GENERIC
diff -u src/sys/arch/alpha/conf/GENERIC:1.405 src/sys/arch/alpha/conf/GENERIC:1.406
--- src/sys/arch/alpha/conf/GENERIC:1.405	Sat Aug 29 16:00:36 2020
+++ src/sys/arch/alpha/conf/GENERIC	Sat Sep  5 01:02:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.405 2020/08/29 16:00:36 thorpej Exp $
+# $NetBSD: GENERIC,v 1.406 2020/09/05 01:02:02 thorpej Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@ include 	"arch/alpha/conf/std.alpha"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident		"GENERIC-$Revision: 1.405 $"
+ident		"GENERIC-$Revision: 1.406 $"
 
 maxusers 32
 
@@ -59,7 +59,7 @@ options 	DIAGNOSTIC		# Cheap kernel cons
 #options 	LOCKDEBUG		# Expensive locking checks/support
 options 	DDB			# kernel debugger
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
-#makeoptions	DEBUG="-g"
+makeoptions	DEBUG="-g"
 #makeoptions	DEBUGLIST="pattern1 pattern2 ..."
 
 #options 	KGDB			# Remote kernel GDB support

Index: src/sys/arch/alpha/conf/GENERIC.MP
diff -u src/sys/arch/alpha/conf/GENERIC.MP:1.3 src/sys/arch/alpha/conf/GENERIC.MP:1.4
--- src/sys/arch/alpha/conf/GENERIC.MP:1.3	Tue Nov 20 12:56:19 2001
+++ src/sys/arch/alpha/conf/GENERIC.MP	Sat Sep  5 01:02:02 2020
@@ -1,9 +1,7 @@
-# $NetBSD: GENERIC.MP,v 1.3 2001/11/20 12:56:19 lukem Exp $
+# $NetBSD: GENERIC.MP,v 1.4 2020/09/05 01:02:02 thorpej Exp $
 #
 # Generic Alpha kernel with multiprocessor support.
 
 include	"arch/alpha/conf/GENERIC"
 
 options 	MULTIPROCESSOR		# include multiprocessor support
-
-makeoptions	DEBUG="-g"		# ...and full symbols

Reply via email to