Module Name: src
Committed By: skrll
Date: Sat Sep 12 07:21:10 UTC 2009
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch hppa to binutils 2.19.
There is a lot of rump breakage for hppa. Hopefully it will be fixed soon.
To generate a diff of this commit:
cvs rdiff -u -r1.573 -r1.574 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.573 src/share/mk/bsd.own.mk:1.574
--- src/share/mk/bsd.own.mk:1.573 Wed Sep 9 10:38:35 2009
+++ src/share/mk/bsd.own.mk Sat Sep 12 07:21:09 2009
@@ -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 @@
# default to binutils 2.16
.if \
+ ${MACHINE_ARCH} == "hppa" || \
${MACHINE_ARCH} == "i386"
HAVE_BINUTILS?= 219
.else