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/e8727b7dae3f
branches: trunk
changeset: 343421:e8727b7dae3f
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 bc4e0ae2ec36 -r e8727b7dae3f 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