Module Name: src
Committed By: matt
Date: Fri Aug 5 00:24:12 UTC 2011
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch mips and powerpc to GCC 4.5
To generate a diff of this commit:
cvs rdiff -u -r1.676 -r1.677 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.676 src/share/mk/bsd.own.mk:1.677
--- src/share/mk/bsd.own.mk:1.676 Thu Aug 4 00:52:50 2011
+++ src/share/mk/bsd.own.mk Fri Aug 5 00:24:12 2011
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.676 2011/08/04 00:52:50 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.677 2011/08/05 00:24:12 matt Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -49,7 +49,9 @@
#
# Platforms using GCC 4.5
#
-.if ${MACHINE_ARCH} == "sparc64"
+.if ${MACHINE_ARCH} == "sparc64" || \
+ ${MACHINE_CPU} == mips || \
+ ${MACHINE_ARCH} == "powerpc"
HAVE_GCC?= 45
.endif