Module Name:    src
Committed By:   matt
Date:           Mon Aug  5 00:28:52 UTC 2013

Modified Files:
        src: build.sh

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 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.270 src/build.sh:1.271
--- src/build.sh:1.270	Thu Jul 18 22:08:59 2013
+++ src/build.sh	Mon Aug  5 00:28:52 2013
@@ -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=earm	ALIAS=
 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 @@ 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.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}
 #
 

Reply via email to