Module Name: src
Committed By: martin
Date: Tue May 20 09:59:20 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch powerpc64 architectures over to gcc 4.8.
OK: mrg@
To generate a diff of this commit:
cvs rdiff -u -r1.806 -r1.807 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.806 src/share/mk/bsd.own.mk:1.807
--- src/share/mk/bsd.own.mk:1.806 Sat May 17 23:32:32 2014
+++ src/share/mk/bsd.own.mk Tue May 20 09:59:20 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.806 2014/05/17 23:32:32 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.807 2014/05/20 09:59:20 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -65,7 +65,8 @@ HAVE_GCC?= 4
${MACHINE_CPU} == "sparc" || \
${MACHINE_CPU} == "sparc64" || \
${MACHINE_CPU} == "x86_64" || \
- ${MACHINE_CPU} == "i386"
+ ${MACHINE_CPU} == "i386" || \
+ ${MACHINE_ARCH} == "powerpc64"
HAVE_GCC?= 48
.else