Source-Changes-HG archive

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

[src/sommerfeld_i386mp_1]: src/sys/arch/i386/conf turn on -g



details:   https://anonhg.NetBSD.org/src/rev/c196c7d9f721
branches:  sommerfeld_i386mp_1
changeset: 482474:c196c7d9f721
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Sat Dec 29 23:22:13 2001 +0000

description:
turn on -g

diffstat:

 sys/arch/i386/conf/GENERIC.MPDEBUG |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a1b109dd5a6c -r c196c7d9f721 sys/arch/i386/conf/GENERIC.MPDEBUG
--- a/sys/arch/i386/conf/GENERIC.MPDEBUG        Sat Dec 29 23:21:18 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC.MPDEBUG        Sat Dec 29 23:22:13 2001 +0000
@@ -1,10 +1,12 @@
-#      $NetBSD: GENERIC.MPDEBUG,v 1.1.2.2 2001/05/23 03:13:36 sommerfeld Exp $
+#      $NetBSD: GENERIC.MPDEBUG,v 1.1.2.3 2001/12/29 23:22:13 sommerfeld Exp $
 #
 #      GENERIC.MPDEBUG -- Generic multiprocessor, plus enable all the DEBUG
 #              switches we can.
 
 include "arch/i386/conf/GENERIC.MP"
 
+makeoptions    DEBUG="-g"
+
 options                DIAGNOSTIC      # STRONGLY RECOMMENDED
 options        LOCKDEBUG
 options        MPDEBUG



Home | Main Index | Thread Index | Old Index