Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Remove makeoptions DEBUG="-g" - we have...



details:   https://anonhg.NetBSD.org/src/rev/c066a97d6b0b
branches:  trunk
changeset: 960740:c066a97d6b0b
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Mar 28 08:39:31 2021 +0000

description:
Remove makeoptions DEBUG="-g" - we have better ways to achieve the same
(build.sh kernel.gdb= or MKKDEBUG=yes)

diffstat:

 sys/arch/macppc/conf/POWERMAC_G5 |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r bfda9e02d54c -r c066a97d6b0b sys/arch/macppc/conf/POWERMAC_G5
--- a/sys/arch/macppc/conf/POWERMAC_G5  Sun Mar 28 08:34:18 2021 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5  Sun Mar 28 08:39:31 2021 +0000
@@ -52,8 +52,6 @@
 options        TRAP_PANICWAIT
 #options       DDB_COMMANDONENTER="bt"
 
-makeoptions    DEBUG="-g"      # compile full symbol table
-
 # Compatibility options
 include        "conf/compat_netbsd70.config"
 #options       COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.



Home | Main Index | Thread Index | Old Index