Module Name: src
Committed By: martin
Date: Thu Apr 28 18:29:20 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch sparc64 to gcc 5.3. OK: mrg
To generate a diff of this commit:
cvs rdiff -u -r1.921 -r1.922 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.921 src/share/mk/bsd.own.mk:1.922
--- src/share/mk/bsd.own.mk:1.921 Tue Apr 26 05:18:22 2016
+++ src/share/mk/bsd.own.mk Thu Apr 28 18:29:20 2016
@@ -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 @@ HAVE_GCC?= 0
${MACHINE} == "i386" || \
${MACHINE} == "playstation2" || \
${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "vax"
HAVE_GCC?= 53
.else