Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Switch mips to binutils 2.19.



details:   https://anonhg.NetBSD.org/src/rev/8397417f3a2c
branches:  trunk
changeset: 748751:8397417f3a2c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Nov 04 17:02:19 2009 +0000

description:
Switch mips to binutils 2.19.

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3463187a7de3 -r 8397417f3a2c share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Nov 04 17:01:45 2009 +0000
+++ b/share/mk/bsd.own.mk       Wed Nov 04 17:02:19 2009 +0000
@@ -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" || \



Home | Main Index | Thread Index | Old Index