Module Name: src
Committed By: skrll
Date: Fri Mar 7 16:22:24 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch arm to gcc 4.8
OK matt@
To generate a diff of this commit:
cvs rdiff -u -r1.780 -r1.781 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.780 src/share/mk/bsd.own.mk:1.781
--- src/share/mk/bsd.own.mk:1.780 Fri Mar 7 08:31:05 2014
+++ src/share/mk/bsd.own.mk Fri Mar 7 16:22:24 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.780 2014/03/07 08:31:05 martin Exp $
+# $NetBSD: bsd.own.mk,v 1.781 2014/03/07 16:22:24 skrll 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} == "alpha" || \
+.elif \
+ ${MACHINE_CPU} == "alpha" || \
+ ${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "hppa" || \
${MACHINE_CPU} == "sparc" || \
${MACHINE_CPU} == "sparc64"