Source-Changes-HG archive

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

[src/trunk]: src Add mipsn64e[bl] targets which use 64 bit binaries instead o...



details:   https://anonhg.NetBSD.org/src/rev/2a292d0191ad
branches:  trunk
changeset: 961947:2a292d0191ad
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 25 22:29:22 2021 +0000

description:
Add mipsn64e[bl] targets which use 64 bit binaries instead of n32 ones.

diffstat:

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

diffs (28 lines):

diff -r 44fc430c6485 -r 2a292d0191ad build.sh
--- a/build.sh  Sun Apr 25 22:27:08 2021 +0000
+++ b/build.sh  Sun Apr 25 22:29:22 2021 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.346 2021/01/28 10:36:27 martin Exp $
+#      $NetBSD: build.sh,v 1.347 2021/04/25 22:29:22 christos Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -660,6 +660,8 @@
 MACHINE=evbmips                MACHINE_ARCH=mips64el   ALIAS=evbmips64-el
 MACHINE=evbmips                MACHINE_ARCH=mipseb     ALIAS=evbmips-eb
 MACHINE=evbmips                MACHINE_ARCH=mipsel     ALIAS=evbmips-el
+MACHINE=evbmips                MACHINE_ARCH=mipsn64eb  ALIAS=evbmipsn64-eb
+MACHINE=evbmips                MACHINE_ARCH=mipsn64el  ALIAS=evbmipsn64-el
 MACHINE=evbppc         MACHINE_ARCH=powerpc    DEFAULT
 MACHINE=evbppc         MACHINE_ARCH=powerpc64  ALIAS=evbppc64
 MACHINE=evbsh3         MACHINE_ARCH=           NO_DEFAULT
@@ -1971,7 +1973,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.346 2021/01/28 10:36:27 martin Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.347 2021/04/25 22:29:22 christos Exp $
 # with these arguments: ${_args}
 #
 



Home | Main Index | Thread Index | Old Index