Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/build.sh,v rcsdiff: /ftp/cvs/cvsroot/src/build.sh,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.198.2.3 retrieving revision 1.198.2.3.4.2 diff -u -p -r1.198.2.3 -r1.198.2.3.4.2 --- src/build.sh 2009/03/18 05:39:06 1.198.2.3 +++ src/build.sh 2009/09/09 04:46:10 1.198.2.3.4.2 @@ -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.2 2009/09/09 04:46:10 matt Exp $ # # Copyright (c) 2001-2008 The NetBSD Foundation, Inc. # All rights reserved. @@ -340,10 +340,22 @@ getarch() 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|playstation2|pmax) MACHINE_ARCH=mipsel ;; @@ -411,6 +423,10 @@ validatearch() arches="arm armeb" ;; + algor|pmax) + arches="mipsel mips64el" + ;; + evbmips|sbmips) arches="mipseb mipsel mips64eb mips64el" ;; @@ -1209,7 +1225,7 @@ createmakewrapper() eval cat <