Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src The default of hpcarm's MACHINE_ARCH is arm.



details:   https://anonhg.NetBSD.org/src/rev/20f4ed05ba5d
branches:  trunk
changeset: 787678:20f4ed05ba5d
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Jun 28 06:17:37 2013 +0000

description:
The default of hpcarm's MACHINE_ARCH is arm.

diffstat:

 build.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r f946ad5f5aa3 -r 20f4ed05ba5d build.sh
--- a/build.sh  Fri Jun 28 06:00:30 2013 +0000
+++ b/build.sh  Fri Jun 28 06:17:37 2013 +0000
@@ -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=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 @@
        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}
 #
 



Home | Main Index | Thread Index | Old Index