Module Name:    src
Committed By:   skrll
Date:           Sat Sep 19 09:00:58 UTC 2009

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Switch sparc and sparc64 to binutils 2.19.

Thanks to martin@ for testing.


To generate a diff of this commit:
cvs rdiff -u -r1.576 -r1.577 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.576 src/share/mk/bsd.own.mk:1.577
--- src/share/mk/bsd.own.mk:1.576	Thu Sep 17 18:21:38 2009
+++ src/share/mk/bsd.own.mk	Sat Sep 19 09:00:58 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.576 2009/09/17 18:21:38 skrll Exp $
+#	$NetBSD: bsd.own.mk,v 1.577 2009/09/19 09:00:58 skrll Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -52,7 +52,9 @@
 .if \
     ${MACHINE_ARCH} == "alpha" || \
     ${MACHINE_ARCH} == "hppa" || \
-    ${MACHINE_ARCH} == "i386"
+    ${MACHINE_ARCH} == "i386" || \
+    ${MACHINE_ARCH} == "sparc" || \
+    ${MACHINE_ARCH} == "sparc64"
 HAVE_BINUTILS?=	219
 .else
 HAVE_BINUTILS?=	216

Reply via email to