Module Name:    src
Committed By:   matt
Date:           Fri Sep 19 17:59:57 UTC 2014

Modified Files:
        src: build.sh

Log Message:
Add riscv32 and riscv64 platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.296 -r1.297 src/build.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/build.sh
diff -u src/build.sh:1.296 src/build.sh:1.297
--- src/build.sh:1.296	Wed Sep  3 19:32:18 2014
+++ src/build.sh	Fri Sep 19 17:59:57 2014
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#	$NetBSD: build.sh,v 1.296 2014/09/03 19:32:18 matt Exp $
+#	$NetBSD: build.sh,v 1.297 2014/09/19 17:59:57 matt Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -696,6 +696,8 @@ MACHINE=playstation2	MACHINE_ARCH=mipsel
 MACHINE=pmax		MACHINE_ARCH=mips64el	ALIAS=pmax64
 MACHINE=pmax		MACHINE_ARCH=mipsel	DEFAULT
 MACHINE=prep		MACHINE_ARCH=powerpc
+MACHINE=riscv		MACHINE_ARCH=riscv64	ALIAS=riscv64 DEFAULT
+MACHINE=riscv		MACHINE_ARCH=riscv32	ALIAS=riscv32
 MACHINE=rs6000		MACHINE_ARCH=powerpc
 MACHINE=sandpoint	MACHINE_ARCH=powerpc
 MACHINE=sbmips		MACHINE_ARCH=		NO_DEFAULT
@@ -1868,7 +1870,7 @@ createmakewrapper()
 	eval cat <<EOF ${makewrapout}
 #! ${HOST_SH}
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.296 2014/09/03 19:32:18 matt Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.297 2014/09/19 17:59:57 matt Exp $
 # with these arguments: ${_args}
 #
 

Reply via email to