Module Name: src
Committed By: matt
Date: Sat Jun 27 06:00:28 UTC 2015
Modified Files:
src: build.sh
Log Message:
Make evbarm64 (little endian) the default for aarch64.
To generate a diff of this commit:
cvs rdiff -u -r1.307 -r1.308 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.307 src/build.sh:1.308
--- src/build.sh:1.307 Wed May 6 17:31:49 2015
+++ src/build.sh Sat Jun 27 06:00:28 2015
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.307 2015/05/06 17:31:49 wiz Exp $
+# $NetBSD: build.sh,v 1.308 2015/06/27 06:00:28 matt Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -651,7 +651,7 @@ MACHINE=evbarm MACHINE_ARCH=earmv7 ALIA
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=evbarm64 MACHINE_ARCH=aarch64 ALIAS=evbarm64-el
+MACHINE=evbarm64 MACHINE_ARCH=aarch64 ALIAS=evbarm64-el DEFAULT
MACHINE=evbarm64 MACHINE_ARCH=aarch64eb ALIAS=evbarm64-eb
MACHINE=evbcf MACHINE_ARCH=coldfire
MACHINE=evbmips MACHINE_ARCH= NO_DEFAULT
@@ -1869,7 +1869,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.307 2015/05/06 17:31:49 wiz Exp $
+# Generated from: \$NetBSD: build.sh,v 1.308 2015/06/27 06:00:28 matt Exp $
# with these arguments: ${_args}
#