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.3. OK: mrg
details: https://anonhg.NetBSD.org/src/rev/acad7e72af46
branches: trunk
changeset: 815088:acad7e72af46
user: martin <martin%NetBSD.org@localhost>
date: Thu Apr 28 18:29:20 2016 +0000
description:
Switch sparc64 to gcc 5.3. OK: mrg
diffstat:
share/mk/bsd.own.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 693b1506ac60 -r acad7e72af46 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Apr 28 16:07:26 2016 +0000
+++ b/share/mk/bsd.own.mk Thu Apr 28 18:29:20 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.921 2016/04/26 05:18:22 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.922 2016/04/28 18:29:20 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -73,6 +73,7 @@
${MACHINE} == "i386" || \
${MACHINE} == "playstation2" || \
${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "vax"
HAVE_GCC?= 53
.else
Home |
Main Index |
Thread Index |
Old Index