Source-Changes-HG archive

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

[src/trunk]: src Add



details:   https://anonhg.NetBSD.org/src/rev/8f3244cfb3e7
branches:  trunk
changeset: 784599:8f3244cfb3e7
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Feb 03 05:37:43 2013 +0000

description:
Add
MACHINE=evbarm          MACHINE_ARCH=earmhf     ALIAS=evbearmhf-el
MACHINE=evbarm          MACHINE_ARCH=earmhfeb   ALIAS=evbearmhf-eb

diffstat:

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

diffs (28 lines):

diff -r 09c0e5ecab15 -r 8f3244cfb3e7 build.sh
--- a/build.sh  Sun Feb 03 05:36:36 2013 +0000
+++ b/build.sh  Sun Feb 03 05:37:43 2013 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.262 2013/02/02 02:08:37 hubertf Exp $
+#      $NetBSD: build.sh,v 1.263 2013/02/03 05:37:43 matt Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -589,6 +589,8 @@
 MACHINE=evbarm         MACHINE_ARCH=armeb      ALIAS=evbarm-eb
 MACHINE=evbarm         MACHINE_ARCH=earm       ALIAS=evbearm-el
 MACHINE=evbarm         MACHINE_ARCH=earmeb     ALIAS=evbearm-eb
+MACHINE=evbarm         MACHINE_ARCH=earmhf     ALIAS=evbearmhf-el
+MACHINE=evbarm         MACHINE_ARCH=earmhfeb   ALIAS=evbearmhf-eb
 MACHINE=evbmips                MACHINE_ARCH=           NO_DEFAULT
 MACHINE=evbmips                MACHINE_ARCH=mips64eb   ALIAS=evbmips64-eb
 MACHINE=evbmips                MACHINE_ARCH=mips64el   ALIAS=evbmips64-el
@@ -1717,7 +1719,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.262 2013/02/02 02:08:37 hubertf Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.263 2013/02/03 05:37:43 matt Exp $
 # with these arguments: ${_args}
 #
 



Home | Main Index | Thread Index | Old Index