Module Name: src
Committed By: mrg
Date: Thu Mar 6 11:21:05 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch sparc* to GCC 4.8.
To generate a diff of this commit:
cvs rdiff -u -r1.777 -r1.778 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.777 src/share/mk/bsd.own.mk:1.778
--- src/share/mk/bsd.own.mk:1.777 Thu Mar 6 09:03:41 2014
+++ src/share/mk/bsd.own.mk Thu Mar 6 11:21:05 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.777 2014/03/06 09:03:41 skrll Exp $
+# $NetBSD: bsd.own.mk,v 1.778 2014/03/06 11:21:05 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -58,7 +58,9 @@ TOOLCHAIN_MISSING?= no
HAVE_GCC?= 4
# Platforms switched to GCC 4.8
-.elif ${MACHINE_CPU} == "hppa"
+.elif ${MACHINE_CPU} == "hppa" || \
+ ${MACHINE_CPU} == "sparc" || \
+ ${MACHINE_CPU} == "sparc64"
HAVE_GCC?= 48
.else