Module Name: src
Committed By: christos
Date: Wed Oct 12 20:22:05 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
amd64 switches to gdb 7.12
To generate a diff of this commit:
cvs rdiff -u -r1.969 -r1.970 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.969 src/share/mk/bsd.own.mk:1.970
--- src/share/mk/bsd.own.mk:1.969 Wed Oct 12 12:44:31 2016
+++ src/share/mk/bsd.own.mk Wed Oct 12 16:22:05 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.969 2016/10/12 16:44:31 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.970 2016/10/12 20:22:05 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -130,7 +130,11 @@ USE_SSP?= yes
#
# What GDB is used?
#
+.if ${MACHINE} == "amd64"
+HAVE_GDB?= 712
+.else
HAVE_GDB?= 710
+.endif
.if ${HAVE_GDB} == 712
EXTERNAL_GDB_SUBDIR= gdb