switch m68k to new binutils and gdb
This commit is contained in:
parent
787b0418af
commit
0ab93415f3
|
@ -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
|
# This needs to be before bsd.init.mk
|
||||||
.if defined(BSD_MK_COMPAT_FILE)
|
.if defined(BSD_MK_COMPAT_FILE)
|
||||||
|
@ -132,7 +132,6 @@ USE_SSP?= yes
|
||||||
# What GDB is used?
|
# What GDB is used?
|
||||||
#
|
#
|
||||||
.if \
|
.if \
|
||||||
${MACHINE_CPU} == "m68k" || \
|
|
||||||
${MACHINE_ARCH} == "mips64el" || \
|
${MACHINE_ARCH} == "mips64el" || \
|
||||||
${MACHINE_ARCH} == "mips64eb"
|
${MACHINE_ARCH} == "mips64eb"
|
||||||
HAVE_GDB?= 710
|
HAVE_GDB?= 710
|
||||||
|
@ -153,6 +152,7 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist
|
||||||
#
|
#
|
||||||
.if \
|
.if \
|
||||||
${MACHINE_ARCH} == "i386" || \
|
${MACHINE_ARCH} == "i386" || \
|
||||||
|
${MACHINE_CPU} == "m68k" || \
|
||||||
${MACHINE_ARCH} == "x86_64" || \
|
${MACHINE_ARCH} == "x86_64" || \
|
||||||
${MACHINE_ARCH} == "vax"
|
${MACHINE_ARCH} == "vax"
|
||||||
HAVE_BINUTILS?= 227
|
HAVE_BINUTILS?= 227
|
||||||
|
|
Loading…
Reference in New Issue