Module Name: src
Committed By: christos
Date: Wed May 29 01:57:59 UTC 2019
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
amd64 switched to gdb-8.3
To generate a diff of this commit:
cvs rdiff -u -r1.1138 -r1.1139 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.1138 src/share/mk/bsd.own.mk:1.1139
--- src/share/mk/bsd.own.mk:1.1138 Sun May 26 16:26:43 2019
+++ src/share/mk/bsd.own.mk Tue May 28 21:57:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1138 2019/05/26 20:26:43 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1139 2019/05/29 01:57:59 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -138,7 +138,11 @@ USE_SSP?= yes
#
# What GDB is used?
#
+.if ${MACHINE} == "amd64"
+HAVE_GDB?= 830
+.else
HAVE_GDB?= 801
+.endif
.if ${HAVE_GDB} == 830
EXTERNAL_GDB_SUBDIR= gdb