Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch sparc to GCC 5.4 and powerpc to GDB 7.10



details:   https://anonhg.NetBSD.org/src/rev/3e8dbcf9624f
branches:  trunk
changeset: 815979:3e8dbcf9624f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Jun 10 08:59:26 2016 +0000

description:
switch sparc to GCC 5.4 and powerpc to GDB 7.10

diffstat:

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

diffs (25 lines):

diff -r 4b805540cdd6 -r 3e8dbcf9624f share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Jun 10 08:05:13 2016 +0000
+++ b/share/mk/bsd.own.mk       Fri Jun 10 08:59:26 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.934 2016/06/10 05:45:27 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.935 2016/06/10 08:59:26 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -71,6 +71,7 @@
     ${MACHINE} == "hppa" || \
     ${MACHINE} == "i386" || \
     ${MACHINE} == "playstation2" || \
+    ${MACHINE} == "sparc" || \
     ${MACHINE_CPU} == "arm" || \
     ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_ARCH} == "vax"
@@ -148,6 +149,7 @@
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "vax" || \
     ${MACHINE_CPU} == "arm" || \
+    ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_CPU} == "sh3" || \
     ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
 HAVE_GDB?=     710



Home | Main Index | Thread Index | Old Index