Module Name:    src
Committed By:   mrg
Date:           Thu Dec 18 02:28:34 UTC 2014

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
switch PPC to GCC 4.8.


To generate a diff of this commit:
cvs rdiff -u -r1.838 -r1.839 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.838 src/share/mk/bsd.own.mk:1.839
--- src/share/mk/bsd.own.mk:1.838	Tue Dec 16 06:04:10 2014
+++ src/share/mk/bsd.own.mk	Thu Dec 18 02:28:34 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.838 2014/12/16 06:04:10 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.839 2014/12/18 02:28:34 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -63,8 +63,7 @@ MKGCC?=		no
 
 # Platforms still using GCC 4.5
 .if \
-      ${MACHINE_CPU} == "m68k" || \
-      ${MACHINE_ARCH} == "powerpc"
+      ${MACHINE_CPU} == "m68k"
 HAVE_GCC?=    45
 
 .elif ${MACHINE} == "playstation2" || ${MACHINE_CPU} == "aarch64"

Reply via email to