Switch hppa to binutils 2.19.

There is a lot of rump breakage for hppa. Hopefully it will be fixed soon.
This commit is contained in:
skrll 2009-09-12 07:21:09 +00:00
parent d592174fdd
commit 08d80ad4aa

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.573 2009/09/09 10:38:35 skrll Exp $
# $NetBSD: bsd.own.mk,v 1.574 2009/09/12 07:21:09 skrll Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -50,6 +50,7 @@ HAVE_GDB?= 6
# default to binutils 2.16
.if \
${MACHINE_ARCH} == "hppa" || \
${MACHINE_ARCH} == "i386"
HAVE_BINUTILS?= 219
.else