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 to gcc 5.4, binutils 2.26 and gdb 7.10.



details:   https://anonhg.NetBSD.org/src/rev/298c08ed3167
branches:  trunk
changeset: 346325:298c08ed3167
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jul 07 07:52:24 2016 +0000

description:
Switch sparc64 to gcc 5.4, binutils 2.26 and gdb 7.10.

diffstat:

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

diffs (33 lines):

diff -r 1a3498c842e5 -r 298c08ed3167 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Jul 07 06:59:30 2016 +0000
+++ b/share/mk/bsd.own.mk       Thu Jul 07 07:52:24 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.937 2016/07/01 20:05:28 martin Exp $
+#      $NetBSD: bsd.own.mk,v 1.938 2016/07/07 07:52:24 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -74,6 +74,7 @@
     ${MACHINE} == "ia64" || \
     ${MACHINE} == "playstation2" || \
     ${MACHINE} == "sparc" || \
+    ${MACHINE} == "sparc64" || \
     ${MACHINE_CPU} == "arm" || \
     ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_ARCH} == "vax"
@@ -151,6 +152,7 @@
     ${MACHINE} == "ia64" || \
     ${MACHINE} == "playstation2" || \
     ${MACHINE} == "sparc" || \
+    ${MACHINE} == "sparc64" || \
     ${MACHINE} == "vax" || \
     ${MACHINE_CPU} == "arm" || \
     ${MACHINE_CPU} == "powerpc" || \
@@ -178,6 +180,7 @@
     ${MACHINE} == "ia64" || \
     ${MACHINE} == "playstation2" || \
     ${MACHINE} == "sparc" || \
+    ${MACHINE} == "sparc64" || \
     ${MACHINE} == "vax" || \
     ${MACHINE_CPU} == "sh3" || \
     ${MACHINE_ARCH} == "powerpc"



Home | Main Index | Thread Index | Old Index