Source-Changes-HG archive

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

[src/trunk]: src Make evbarm64 (little endian) the default for aarch64.



details:   https://anonhg.NetBSD.org/src/rev/4df68a74f32d
branches:  trunk
changeset: 809255:4df68a74f32d
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 27 06:00:28 2015 +0000

description:
Make evbarm64 (little endian) the default for aarch64.

diffstat:

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

diffs (28 lines):

diff -r 955f10b5d177 -r 4df68a74f32d build.sh
--- a/build.sh  Sat Jun 27 03:34:26 2015 +0000
+++ b/build.sh  Sat Jun 27 06:00:28 2015 +0000
@@ -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=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 @@
        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}
 #
 



Home | Main Index | Thread Index | Old Index