Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add evbearmv7-eb and evbearmv7hf-eb aliases for evbarm.
details: https://anonhg.NetBSD.org/src/rev/fa0305dc73c5
branches: trunk
changeset: 789038:fa0305dc73c5
user: matt <matt%NetBSD.org@localhost>
date: Mon Aug 05 00:28:52 2013 +0000
description:
Add evbearmv7-eb and evbearmv7hf-eb aliases for evbarm.
These are because cortex (armv7a) cores uses a different big-endian binary
format that previous big-endian arm systems.
diffstat:
build.sh | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 801337f61468 -r fa0305dc73c5 build.sh
--- a/build.sh Mon Aug 05 00:21:50 2013 +0000
+++ b/build.sh Mon Aug 05 00:28:52 2013 +0000
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.270 2013/07/18 22:08:59 matt Exp $
+# $NetBSD: build.sh,v 1.271 2013/08/05 00:28:52 matt Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -593,6 +593,10 @@
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=evbarm MACHINE_ARCH=earmv7 ALIAS=evbearmv7-el
+MACHINE=evbarm MACHINE_ARCH=earmv7eb ALIAS=evbearmv7-eb
+#MACHINE=evbarm MACHINE_ARCH=earmv7hf ALIAS=evbearmv7hf-el
+MACHINE=evbarm MACHINE_ARCH=earmv7hfeb ALIAS=evbearmv7hf-eb
MACHINE=evbcf MACHINE_ARCH=coldfire
MACHINE=evbmips MACHINE_ARCH= NO_DEFAULT
MACHINE=evbmips MACHINE_ARCH=mips64eb ALIAS=evbmips64-eb
@@ -1733,7 +1737,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.270 2013/07/18 22:08:59 matt Exp $
+# Generated from: \$NetBSD: build.sh,v 1.271 2013/08/05 00:28:52 matt Exp $
# with these arguments: ${_args}
#
Home |
Main Index |
Thread Index |
Old Index