Module Name: src
Committed By: martin
Date: Fri Jan 2 20:47:51 UTC 2015
Modified Files:
src/share/mk [netbsd-7]: bsd.own.mk
Log Message:
Pull up following revision(s) (requested by mrg in ticket #371):
share/mk/bsd.own.mk: revision 1.839
switch PPC to GCC 4.8.
To generate a diff of this commit:
cvs rdiff -u -r1.829.2.1 -r1.829.2.2 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.829.2.1 src/share/mk/bsd.own.mk:1.829.2.2
--- src/share/mk/bsd.own.mk:1.829.2.1 Tue Dec 23 02:58:33 2014
+++ src/share/mk/bsd.own.mk Fri Jan 2 20:47:51 2015
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.829.2.1 2014/12/23 02:58:33 snj Exp $
+# $NetBSD: bsd.own.mk,v 1.829.2.2 2015/01/02 20:47:51 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -64,7 +64,6 @@ MKGCC?= no
# Platforms still using GCC 4.5
.if \
${MACHINE_CPU} == "m68k" || \
- ${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "powerpc64"
HAVE_GCC?= 45