Module Name:    src
Committed By:   skrll
Date:           Wed Nov  4 17:02:19 UTC 2009

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

Log Message:
Switch mips to binutils 2.19.


To generate a diff of this commit:
cvs rdiff -u -r1.592 -r1.593 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.592 src/share/mk/bsd.own.mk:1.593
--- src/share/mk/bsd.own.mk:1.592	Sat Oct 24 13:34:50 2009
+++ src/share/mk/bsd.own.mk	Wed Nov  4 17:02:19 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.592 2009/10/24 13:34:50 joerg Exp $
+#	$NetBSD: bsd.own.mk,v 1.593 2009/11/04 17:02:19 skrll Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -55,6 +55,7 @@
     ${MACHINE_ARCH} == "hppa" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "m68k" || \
+    ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel" || \
     ${MACHINE_ARCH} == "powerpc" || \
     ${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el" || \
     ${MACHINE_ARCH} == "sparc" || \

Reply via email to