Source-Changes-HG archive

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

[src/trunk]: src/share/mk make everyone use gdb.old



details:   https://anonhg.NetBSD.org/src/rev/544eee8a9aba
branches:  trunk
changeset: 938803:544eee8a9aba
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Sep 15 04:54:41 2020 +0000

description:
make everyone use gdb.old

diffstat:

 share/mk/bsd.own.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r d575a97c000f -r 544eee8a9aba share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Sep 15 02:05:15 2020 +0000
+++ b/share/mk/bsd.own.mk       Tue Sep 15 04:54:41 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1216 2020/09/14 19:00:28 skrll Exp $
+#      $NetBSD: bsd.own.mk,v 1.1217 2020/09/15 04:54:41 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -111,9 +111,9 @@
 #
 HAVE_GDB?=     830
 
-.if ${HAVE_GDB} == 830
+.if ${HAVE_GDB} == 1000
 EXTERNAL_GDB_SUBDIR=           gdb
-.elif ${HAVE_GDB} == 801
+.elif ${HAVE_GDB} == 830
 EXTERNAL_GDB_SUBDIR=           gdb.old
 .else
 EXTERNAL_GDB_SUBDIR=           /does/not/exist



Home | Main Index | Thread Index | Old Index