Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch to gdb.old



details:   https://anonhg.NetBSD.org/src/rev/736ed6af492a
branches:  trunk
changeset: 348262:736ed6af492a
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 12 16:44:31 2016 +0000

description:
switch to gdb.old

diffstat:

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

diffs (21 lines):

diff -r c56e720ecdba -r 736ed6af492a share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Oct 12 15:36:05 2016 +0000
+++ b/share/mk/bsd.own.mk       Wed Oct 12 16:44:31 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.968 2016/10/11 17:10:22 macallan Exp $
+#      $NetBSD: bsd.own.mk,v 1.969 2016/10/12 16:44:31 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -132,8 +132,10 @@
 #
 HAVE_GDB?=     710
 
-.if ${HAVE_GDB} == 710
+.if ${HAVE_GDB} == 712
 EXTERNAL_GDB_SUBDIR=           gdb
+.elif ${HAVE_GDB} == 710
+EXTERNAL_GDB_SUBDIR=           gdb.old
 .else
 EXTERNAL_GDB_SUBDIR=           /does/not/exist
 .endif



Home | Main Index | Thread Index | Old Index