Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch sparc64 over to new binutils



details:   https://anonhg.NetBSD.org/src/rev/8be4f9afee89
branches:  trunk
changeset: 813993:8be4f9afee89
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Feb 28 20:47:01 2016 +0000

description:
Switch sparc64 over to new binutils

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d82dde6b8775 -r 8be4f9afee89 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Feb 28 20:37:16 2016 +0000
+++ b/share/mk/bsd.own.mk       Sun Feb 28 20:47:01 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.903 2016/02/27 18:56:33 joerg Exp $
+#      $NetBSD: bsd.own.mk,v 1.904 2016/02/28 20:47:01 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -145,6 +145,7 @@
     ${MACHINE} == "i386" || \
     ${MACHINE} == "hppa" || \
     ${MACHINE} == "sparc" || \
+    ${MACHINE} == "sparc64" || \
     ${MACHINE_ARCH} == "powerpc"
 HAVE_BINUTILS?=        226
 .else



Home | Main Index | Thread Index | Old Index