Module Name:    src
Committed By:   skrll
Date:           Sat Sep 19 14:53:13 UTC 2009

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

Log Message:
Switch vax to binutils 2.19.


To generate a diff of this commit:
cvs rdiff -u -r1.577 -r1.578 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.577 src/share/mk/bsd.own.mk:1.578
--- src/share/mk/bsd.own.mk:1.577	Sat Sep 19 09:00:58 2009
+++ src/share/mk/bsd.own.mk	Sat Sep 19 14:53:12 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.577 2009/09/19 09:00:58 skrll Exp $
+#	$NetBSD: bsd.own.mk,v 1.578 2009/09/19 14:53:12 skrll Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -54,7 +54,8 @@
     ${MACHINE_ARCH} == "hppa" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "sparc" || \
-    ${MACHINE_ARCH} == "sparc64"
+    ${MACHINE_ARCH} == "sparc64" || \
+    ${MACHINE_ARCH} == "vax"
 HAVE_BINUTILS?=	219
 .else
 HAVE_BINUTILS?=	216

Reply via email to