Module Name:    src
Committed By:   matt
Date:           Sun Feb 28 04:05:42 UTC 2010

Modified Files:
        src [matt-nb5-mips64]: build.sh

Log Message:
Enable cobalt64 (cobalt/mips64el) and arc64 (arc/mips64el).


To generate a diff of this commit:
cvs rdiff -u -r1.198.2.3.4.2 -r1.198.2.3.4.3 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.198.2.3.4.2 src/build.sh:1.198.2.3.4.3
--- src/build.sh:1.198.2.3.4.2	Wed Sep  9 04:46:10 2009
+++ src/build.sh	Sun Feb 28 04:05:41 2010
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#	$NetBSD: build.sh,v 1.198.2.3.4.2 2009/09/09 04:46:10 matt Exp $
+#	$NetBSD: build.sh,v 1.198.2.3.4.3 2010/02/28 04:05:41 matt Exp $
 #
 # Copyright (c) 2001-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -350,7 +350,7 @@
 		MACHINE_ARCH=mipseb
 		;;
 
-	algor64|pmax64)
+	algor64|arc64|cobalt64|pmax64)
 		makewrappermachine=${MACHINE}
 		MACHINE=${MACHINE%64}
 		MACHINE_ARCH=mips64el
@@ -423,7 +423,7 @@
 		arches="arm armeb"
 		;;
 
-	algor|pmax)
+	algor|arc|cobalt|pmax)
 		arches="mipsel mips64el"
 		;;
 
@@ -1225,7 +1225,7 @@
 	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.198.2.3.4.2 2009/09/09 04:46:10 matt Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.198.2.3.4.3 2010/02/28 04:05:41 matt Exp $
 # with these arguments: ${_args}
 #
 

Reply via email to