Module Name: src
Committed By: christos
Date: Wed Oct 12 16:44:31 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch to gdb.old
To generate a diff of this commit:
cvs rdiff -u -r1.968 -r1.969 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.968 src/share/mk/bsd.own.mk:1.969
--- src/share/mk/bsd.own.mk:1.968 Tue Oct 11 13:10:22 2016
+++ src/share/mk/bsd.own.mk Wed Oct 12 12:44:31 2016
@@ -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 @@ USE_SSP?= yes
#
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