switch m68k to new binutils and gdb

This commit is contained in:
christos 2016-12-02 17:54:35 +00:00
parent 787b0418af
commit 0ab93415f3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.989 2016/11/27 18:53:05 christos Exp $
# $NetBSD: bsd.own.mk,v 1.990 2016/12/02 17:54:35 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@ -132,7 +132,6 @@ USE_SSP?= yes
# What GDB is used?
#
.if \
${MACHINE_CPU} == "m68k" || \
${MACHINE_ARCH} == "mips64el" || \
${MACHINE_ARCH} == "mips64eb"
HAVE_GDB?= 710
@ -153,6 +152,7 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist
#
.if \
${MACHINE_ARCH} == "i386" || \
${MACHINE_CPU} == "m68k" || \
${MACHINE_ARCH} == "x86_64" || \
${MACHINE_ARCH} == "vax"
HAVE_BINUTILS?= 227