Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch amd64 to gdb-8.0.1



details:   https://anonhg.NetBSD.org/src/rev/ffe09ba8b7cf
branches:  trunk
changeset: 828126:ffe09ba8b7cf
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 29 04:25:01 2017 +0000

description:
switch amd64 to gdb-8.0.1

diffstat:

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

diffs (21 lines):

diff -r 24bf9db85a6a -r ffe09ba8b7cf share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Nov 29 04:24:35 2017 +0000
+++ b/share/mk/bsd.own.mk       Wed Nov 29 04:25:01 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1020 2017/11/28 18:14:37 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1021 2017/11/29 04:25:01 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -131,7 +131,11 @@
 #
 # What GDB is used?
 #
+.if ${MACHINE} == "amd64"
+HAVE_GDB?=     801
+.else
 HAVE_GDB?=     712
+.endif
 
 .if ${HAVE_GDB} == 801
 EXTERNAL_GDB_SUBDIR=           gdb



Home | Main Index | Thread Index | Old Index