Module Name:    src
Committed By:   uwe
Date:           Wed Jan 22 08:32:33 UTC 2020

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

Log Message:
Switch powerpc back to GCC 7 until we fix alloca() PR port-macppc/54827
ok mrg@


To generate a diff of this commit:
cvs rdiff -u -r1.1173 -r1.1174 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.1173 src/share/mk/bsd.own.mk:1.1174
--- src/share/mk/bsd.own.mk:1.1173	Sun Jan 19 00:57:18 2020
+++ src/share/mk/bsd.own.mk	Wed Jan 22 08:32:33 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1173 2020/01/19 00:57:18 jmcneill Exp $
+#	$NetBSD: bsd.own.mk,v 1.1174 2020/01/22 08:32:33 uwe Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -70,7 +70,6 @@ TOOLCHAIN_MISSING?=	no
     ${MACHINE} == "sparc64" || \
     ${MACHINE_CPU} == "aarch64" || \
     ${MACHINE_CPU} == "arm" || \
-    ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_CPU} == "powerpc64" || \
     ${MACHINE_CPU} == "riscv"
 HAVE_GCC?=	8

Reply via email to