switch amd64 to gdb 7.9.1

This commit is contained in:
christos 2015-08-16 09:13:30 +00:00
parent 5414ce041b
commit c0ef042b29
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.862 2015/07/23 08:03:26 mrg Exp $
# $NetBSD: bsd.own.mk,v 1.863 2015/08/16 09:13:30 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@ -111,7 +111,11 @@ HAVE_LIBGCC_EH?= no
HAVE_LIBGCC_EH?= yes
.endif
.if (${MACHINE_ARCH} == "x86_64")
HAVE_GDB?= 79
.else
HAVE_GDB?= 7
.endif
.if (${MACHINE_ARCH} == "alpha") || \
(${MACHINE_ARCH} == "hppa") || \