Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/conf Build in debug symbols.
details: https://anonhg.NetBSD.org/src/rev/87dfc6d5f4f6
branches: trunk
changeset: 954742:87dfc6d5f4f6
user: rin <rin%NetBSD.org@localhost>
date: Thu Sep 10 02:06:25 2020 +0000
description:
Build in debug symbols.
diffstat:
sys/arch/sun3/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e14f5b03fc4d -r 87dfc6d5f4f6 sys/arch/sun3/conf/GENERIC
--- a/sys/arch/sun3/conf/GENERIC Thu Sep 10 02:03:44 2020 +0000
+++ b/sys/arch/sun3/conf/GENERIC Thu Sep 10 02:06:25 2020 +0000
@@ -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 @@
#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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index