Switch m68k to binutils 2.19.

Tested on mac68k by martin@. All other m68k platforms build tested.
This commit is contained in:
skrll 2009-09-22 09:57:28 +00:00
parent 5e1c61c660
commit bceded4e69

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.580 2009/09/22 01:28:50 uwe Exp $
# $NetBSD: bsd.own.mk,v 1.581 2009/09/22 09:57:28 skrll Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -53,6 +53,7 @@ HAVE_GDB?= 6
${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "hppa" || \
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "m68k" || \
${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64" || \