Module Name: src
Committed By: martin
Date: Fri Mar 7 08:31:05 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch alpha over to gcc 4.8
To generate a diff of this commit:
cvs rdiff -u -r1.779 -r1.780 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.779 src/share/mk/bsd.own.mk:1.780
--- src/share/mk/bsd.own.mk:1.779 Fri Mar 7 06:01:34 2014
+++ src/share/mk/bsd.own.mk Fri Mar 7 08:31:05 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.779 2014/03/07 06:01:34 matt Exp $
+# $NetBSD: bsd.own.mk,v 1.780 2014/03/07 08:31:05 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -58,7 +58,8 @@ TOOLCHAIN_MISSING?= no
HAVE_GCC?= 4
# Platforms switched to GCC 4.8
-.elif ${MACHINE_CPU} == "hppa" || \
+.elif ${MACHINE_CPU} == "alpha" || \
+ ${MACHINE_CPU} == "hppa" || \
${MACHINE_CPU} == "sparc" || \
${MACHINE_CPU} == "sparc64"
HAVE_GCC?= 48