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.50 retrieving revision 1.51 diff -u -p -r1.50 -r1.51 --- src/build.sh 2002/03/06 23:32:52 1.50 +++ src/build.sh 2002/03/07 14:59:04 1.51 @@ -1,5 +1,5 @@ #! /bin/sh -# $NetBSD: build.sh,v 1.50 2002/03/06 23:32:52 simonb Exp $ +# $NetBSD: build.sh,v 1.51 2002/03/07 14:59:04 simonb Exp $ # # Top level build wrapper, for a system containing no tools. # @@ -35,7 +35,7 @@ getarch () { mipsco|newsmips|sbmips|sgimips) MACHINE_ARCH=mipseb;; - algor|arc|cobalt|hpcmips|playstation2|pmax) + algor|arc|cobalt|evbmips|hpcmips|playstation2|pmax) MACHINE_ARCH=mipsel;; pc532) @@ -349,7 +349,7 @@ fi eval cat <