Module Name: src Committed By: skrll Date: Thu Sep 17 18:21:38 UTC 2009
Modified Files: src/share/mk: bsd.own.mk Log Message: Move alpha to binutils 2.19. To generate a diff of this commit: cvs rdiff -u -r1.575 -r1.576 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.575 src/share/mk/bsd.own.mk:1.576 --- src/share/mk/bsd.own.mk:1.575 Wed Sep 16 06:10:52 2009 +++ src/share/mk/bsd.own.mk Thu Sep 17 18:21:38 2009 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.575 2009/09/16 06:10:52 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.576 2009/09/17 18:21:38 skrll Exp $ .if !defined(_BSD_OWN_MK_) _BSD_OWN_MK_=1 @@ -50,6 +50,7 @@ # default to binutils 2.16 .if \ + ${MACHINE_ARCH} == "alpha" || \ ${MACHINE_ARCH} == "hppa" || \ ${MACHINE_ARCH} == "i386" HAVE_BINUTILS?= 219