Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk amd64 switched to gdb-8.3
details:   https://anonhg.NetBSD.org/src/rev/9e01cdcdd47b
branches:  trunk
changeset: 451613:9e01cdcdd47b
user:      christos <christos%NetBSD.org@localhost>
date:      Wed May 29 01:57:59 2019 +0000
description:
amd64 switched to gdb-8.3
diffstat:
 share/mk/bsd.own.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r f3d0605376a9 -r 9e01cdcdd47b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed May 29 01:56:33 2019 +0000
+++ b/share/mk/bsd.own.mk       Wed May 29 01:57:59 2019 +0000
@@ -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 @@
 #
 # What GDB is used?
 #
+.if ${MACHINE} == "amd64"
+HAVE_GDB?=     830
+.else
 HAVE_GDB?=     801
+.endif
 
 .if ${HAVE_GDB} == 830
 EXTERNAL_GDB_SUBDIR=           gdb
Home |
Main Index |
Thread Index |
Old Index