Module Name: src
Committed By: mrg
Date: Tue Apr 26 05:18:22 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch powerpc to GCC 5.3.
To generate a diff of this commit:
cvs rdiff -u -r1.920 -r1.921 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.920 src/share/mk/bsd.own.mk:1.921
--- src/share/mk/bsd.own.mk:1.920 Mon Apr 11 11:46:17 2016
+++ src/share/mk/bsd.own.mk Tue Apr 26 05:18:22 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.920 2016/04/11 11:46:17 martin Exp $
+# $NetBSD: bsd.own.mk,v 1.921 2016/04/26 05:18:22 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -72,6 +72,7 @@ HAVE_GCC?= 0
${MACHINE} == "hppa" || \
${MACHINE} == "i386" || \
${MACHINE} == "playstation2" || \
+ ${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "vax"
HAVE_GCC?= 53
.else