Source-Changes-HG archive

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

[src/trunk]: src hpcarm wants earmv4 because some models only have v4 CPUs.



details:   https://anonhg.NetBSD.org/src/rev/d48a85841f95
branches:  trunk
changeset: 331157:d48a85841f95
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Aug 03 17:11:44 2014 +0000

description:
hpcarm wants earmv4 because some models only have v4 CPUs.

diffstat:

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

diffs (29 lines):

diff -r 5269ee5ce0f1 -r d48a85841f95 build.sh
--- a/build.sh  Sun Aug 03 16:16:27 2014 +0000
+++ b/build.sh  Sun Aug 03 17:11:44 2014 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.287 2014/08/03 09:22:29 apb Exp $
+#      $NetBSD: build.sh,v 1.288 2014/08/03 17:11:44 riz Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -643,8 +643,7 @@
 MACHINE=hp300          MACHINE_ARCH=m68k
 MACHINE=hppa           MACHINE_ARCH=hppa
 MACHINE=hpcarm         MACHINE_ARCH=arm        ALIAS=hpcoarm
-MACHINE=hpcarm         MACHINE_ARCH=earm       ALIAS=hpcearm
-MACHINE=hpcarm         MACHINE_ARCH=earmv4     ALIAS=hpcearmv4 DEFAULT
+MACHINE=hpcarm         MACHINE_ARCH=earmv4     ALIAS=hpcearm DEFAULT
 MACHINE=hpcmips                MACHINE_ARCH=mipsel
 MACHINE=hpcsh          MACHINE_ARCH=sh3el
 MACHINE=i386           MACHINE_ARCH=i386
@@ -1775,7 +1774,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.287 2014/08/03 09:22:29 apb Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.288 2014/08/03 17:11:44 riz Exp $
 # with these arguments: ${_args}
 #
 



Home | Main Index | Thread Index | Old Index