Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch mips and powerpc to GCC 4.5
details: https://anonhg.NetBSD.org/src/rev/ff093c0307e3
branches: trunk
changeset: 767971:ff093c0307e3
user: matt <matt%NetBSD.org@localhost>
date: Fri Aug 05 00:24:12 2011 +0000
description:
Switch mips and powerpc to GCC 4.5
diffstat:
share/mk/bsd.own.mk | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 1174b698d79e -r ff093c0307e3 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Aug 04 23:22:30 2011 +0000
+++ b/share/mk/bsd.own.mk Fri Aug 05 00:24:12 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index