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-7.10.1



details:   https://anonhg.NetBSD.org/src/rev/685989437d50
branches:  trunk
changeset: 813563:685989437d50
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 03 03:26:02 2016 +0000

description:
switch amd64 to gdb-7.10.1

diffstat:

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

diffs (21 lines):

diff -r 1d30c5597dc3 -r 685989437d50 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Feb 03 03:24:33 2016 +0000
+++ b/share/mk/bsd.own.mk       Wed Feb 03 03:26:02 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.894 2016/02/02 22:35:46 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.895 2016/02/03 03:26:02 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -125,7 +125,11 @@
 .endif
 .endif
 
+.if ${MACHINE} == "amd64" 
+HAVE_GDB?=     710
+.else
 HAVE_GDB?=     79
+.endif
 
 .if ${HAVE_GDB} == 79
 EXTERNAL_GDB_SUBDIR=           gdb.old



Home | Main Index | Thread Index | Old Index