switch amd64 to gdb-8.0.1

This commit is contained in:
christos 2017-11-29 04:25:01 +00:00
parent 273109cafb
commit f87229fd26
1 changed files with 5 additions and 1 deletions

View File

@ -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 @@ USE_SSP?= yes
#
# What GDB is used?
#
.if ${MACHINE} == "amd64"
HAVE_GDB?= 801
.else
HAVE_GDB?= 712
.endif
.if ${HAVE_GDB} == 801
EXTERNAL_GDB_SUBDIR= gdb