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/3f39114633a8
branches:  trunk
changeset: 954033:3f39114633a8
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 244b9e6ab88c -r 3f39114633a8 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