Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf Build GENERIC with debug symbols, not ju...



details:   https://anonhg.NetBSD.org/src/rev/32009eb49317
branches:  trunk
changeset: 938234:32009eb49317
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Sep 05 01:02:02 2020 +0000

description:
Build GENERIC with debug symbols, not just GENERIC.MP.

diffstat:

 sys/arch/alpha/conf/GENERIC    |  6 +++---
 sys/arch/alpha/conf/GENERIC.MP |  4 +---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r ae08780b7f83 -r 32009eb49317 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Sat Sep 05 00:58:59 2020 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Sat Sep 05 01:02:02 2020 +0000
@@ -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 @@
 
 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       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
diff -r ae08780b7f83 -r 32009eb49317 sys/arch/alpha/conf/GENERIC.MP
--- a/sys/arch/alpha/conf/GENERIC.MP    Sat Sep 05 00:58:59 2020 +0000
+++ b/sys/arch/alpha/conf/GENERIC.MP    Sat Sep 05 01:02:02 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index