Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 02/19/2007 14:20:11
Module Name:	src
Committed By:	briggs
Date:		Mon Feb 19 14:20:11 UTC 2007

Modified Files:
	src: build.sh

Log Message:
Don't treat -m evbarm like the other arm-based platforms.  Set
MACHINE_ARCH only if it's not already set.  This prevents
	build.sh -m evbarm-eb
from ending up with MACHINE_ARCH=arm instead of =armeb (since MACHINE is
stripped of the -eb suffix just above).


To generate a diff of this commit:
cvs rdiff -r1.161 -r1.162 src/build.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.