Module Name: src
Committed By: msaitoh
Date: Fri Jun 28 06:17:37 UTC 2013
Modified Files:
src: build.sh
Log Message:
The default of hpcarm's MACHINE_ARCH is arm.
To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 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.268 src/build.sh:1.269
--- src/build.sh:1.268 Thu Jun 27 01:02:13 2013
+++ src/build.sh Fri Jun 28 06:17:37 2013
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.268 2013/06/27 01:02:13 matt Exp $
+# $NetBSD: build.sh,v 1.269 2013/06/28 06:17:37 msaitoh Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -606,7 +606,7 @@ MACHINE=evbsh3 MACHINE_ARCH=sh3el ALIAS
MACHINE=ews4800mips MACHINE_ARCH=mipseb
MACHINE=hp300 MACHINE_ARCH=m68k
MACHINE=hp700 MACHINE_ARCH=hppa
-MACHINE=hpcarm MACHINE_ARCH=arm
+MACHINE=hpcarm MACHINE_ARCH=arm DEFAULT
MACHINE=hpcarm MACHINE_ARCH=earm ALIAS=hpcearm
MACHINE=hpcmips MACHINE_ARCH=mipsel
MACHINE=hpcsh MACHINE_ARCH=sh3el
@@ -1732,7 +1732,7 @@ createmakewrapper()
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.268 2013/06/27 01:02:13 matt Exp $
+# Generated from: \$NetBSD: build.sh,v 1.269 2013/06/28 06:17:37 msaitoh Exp $
# with these arguments: ${_args}
#