Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Add risc-v to checked out rump architectures



details:   https://anonhg.NetBSD.org/src/rev/a718611569ae
branches:  trunk
changeset: 336621:a718611569ae
user:      justin <justin%NetBSD.org@localhost>
date:      Sat Mar 07 22:00:07 2015 +0000

description:
Add risc-v to checked out rump architectures

diffstat:

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

diffs (20 lines):

diff -r de2b95035028 -r a718611569ae sys/rump/listsrcdirs
--- a/sys/rump/listsrcdirs      Sat Mar 07 21:53:33 2015 +0000
+++ b/sys/rump/listsrcdirs      Sat Mar 07 22:00:07 2015 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: listsrcdirs,v 1.28 2015/02/13 00:31:42 pooka Exp $
+#      $NetBSD: listsrcdirs,v 1.29 2015/03/07 22:00:07 justin Exp $
 #
 
 #
@@ -63,7 +63,7 @@
        iswanted ${what} && for arg in $* ; do echo src${pfx}${arg} ; done
 }
 
-ARCHS="amd64 i386 x86 arm evbarm sparc sparc64 powerpc evbppc mips evbmips aarch64 evbarm64"
+ARCHS="amd64 i386 x86 arm evbarm sparc sparc64 powerpc evbppc mips evbmips aarch64 evbarm64 riscv"
 ARCHS_EXTRA="arm/arm32 Makefile"
 
 # sources necessary for building rump kernel components.  This list



Home | Main Index | Thread Index | Old Index