Module Name:    src
Committed By:   matt
Date:           Mon Dec 14 01:11:02 UTC 2009

Modified Files:
        src: build.sh

Log Message:
Merge from matt-nb5-mips64


To generate a diff of this commit:
cvs rdiff -u -r1.223 -r1.224 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.223 src/build.sh:1.224
--- src/build.sh:1.223	Sat Dec  5 16:29:10 2009
+++ src/build.sh	Mon Dec 14 01:11:02 2009
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#	$NetBSD: build.sh,v 1.223 2009/12/05 16:29:10 pooka Exp $
+#	$NetBSD: build.sh,v 1.224 2009/12/14 01:11:02 matt Exp $
 #
 # Copyright (c) 2001-2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -341,10 +341,22 @@
 	evbmips|sbmips)		# no default MACHINE_ARCH
 		;;
 
+	sgimips64)
+		makewrappermachine=${MACHINE}
+		MACHINE=${MACHINE%64}
+		MACHINE_ARCH=mips64eb
+		;;
+
 	ews4800mips|mipsco|newsmips|sgimips)
 		MACHINE_ARCH=mipseb
 		;;
 
+	algor64|pmax64)
+		makewrappermachine=${MACHINE}
+		MACHINE=${MACHINE%64}
+		MACHINE_ARCH=mips64el
+		;;
+
 	algor|arc|cobalt|hpcmips|pmax)
 		MACHINE_ARCH=mipsel
 		;;
@@ -412,6 +424,10 @@
 		arches="arm armeb"
 		;;
 
+	algor|pmax)
+		arches="mipsel mips64el"
+		;;
+
 	evbmips|sbmips)
 		arches="mipseb mipsel mips64eb mips64el"
 		;;
@@ -1336,7 +1352,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.223 2009/12/05 16:29:10 pooka Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.224 2009/12/14 01:11:02 matt Exp $
 # with these arguments: ${_args}
 #
 

Reply via email to