Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Add MIPS. Requested by Justin Cormack.



details:   https://anonhg.NetBSD.org/src/rev/92ac87fb3897
branches:  trunk
changeset: 790987:92ac87fb3897
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Oct 29 16:19:28 2013 +0000

description:
Add MIPS.  Requested by Justin Cormack.

diffstat:

 sys/rump/listsrcdirs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r e385b81cb9d6 -r 92ac87fb3897 sys/rump/listsrcdirs
--- a/sys/rump/listsrcdirs      Tue Oct 29 16:18:42 2013 +0000
+++ b/sys/rump/listsrcdirs      Tue Oct 29 16:19:28 2013 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: listsrcdirs,v 1.10 2013/10/29 16:18:42 pooka Exp $
+#      $NetBSD: listsrcdirs,v 1.11 2013/10/29 16:19:28 pooka Exp $
 #
 
 #
@@ -19,7 +19,7 @@
        for arg in $* ; do echo ${pfx}${arg} ; done
 }
 
-ARCHS="amd64 i386 x86 arm evbarm sparc sparc64 powerpc evbppc"
+ARCHS="amd64 i386 x86 arm evbarm sparc sparc64 powerpc evbppc mips evbmips"
 ARCHS_EXTRA="arm/arm32 Makefile"
 
 precho src/                    build.sh Makefile Makefile.inc



Home | Main Index | Thread Index | Old Index