Module Name:    src
Committed By:   matt
Date:           Wed Aug 26 03:38:31 UTC 2009

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

Log Message:
Add recognition of algor64, pmax64, and sgimips64


To generate a diff of this commit:
cvs rdiff -u -r1.198.2.3 -r1.198.2.3.4.1 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 src/build.sh:1.198.2.3.4.1
--- src/build.sh:1.198.2.3	Wed Mar 18 05:39:06 2009
+++ src/build.sh	Wed Aug 26 03:38:31 2009
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#	$NetBSD: build.sh,v 1.198.2.3 2009/03/18 05:39:06 snj Exp $
+#	$NetBSD: build.sh,v 1.198.2.3.4.1 2009/08/26 03:38:31 matt Exp $
 #
 # Copyright (c) 2001-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -340,10 +340,20 @@
 	evbmips|sbmips)		# no default MACHINE_ARCH
 		;;
 
+	sgimips64)
+		MACHINE=${MACHINE%64}
+		MACHINE_ARCH=mips64eb
+		;;
+
 	ews4800mips|mipsco|newsmips|sgimips)
 		MACHINE_ARCH=mipseb
 		;;
 
+	algor64|pmax64)
+		MACHINE=${MACHINE%64}
+		MACHINE_ARCH=mips64el
+		;;
+
 	algor|arc|cobalt|hpcmips|playstation2|pmax)
 		MACHINE_ARCH=mipsel
 		;;
@@ -411,6 +421,10 @@
 		arches="arm armeb"
 		;;
 
+	algor|pmax)
+		arches="mipsel mips64el"
+		;;
+
 	evbmips|sbmips)
 		arches="mipseb mipsel mips64eb mips64el"
 		;;
@@ -1209,7 +1223,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 2009/03/18 05:39:06 snj Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.198.2.3.4.1 2009/08/26 03:38:31 matt Exp $
 # with these arguments: ${_args}
 #
 

Reply via email to