Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch powerpc to GCC 8 again now that alloca() is ...
details: https://anonhg.NetBSD.org/src/rev/61cd4aecd3cc
branches: trunk
changeset: 968632:61cd4aecd3cc
user: uwe <uwe%NetBSD.org@localhost>
date: Wed Jan 22 21:46:06 2020 +0000
description:
Switch powerpc to GCC 8 again now that alloca() is fixed.
PR port-macppc/54827
diffstat:
share/mk/bsd.own.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 69bba149eb49 -r 61cd4aecd3cc share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Jan 22 21:39:43 2020 +0000
+++ b/share/mk/bsd.own.mk Wed Jan 22 21:46:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1174 2020/01/22 08:32:33 uwe Exp $
+# $NetBSD: bsd.own.mk,v 1.1175 2020/01/22 21:46:06 uwe Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -70,6 +70,7 @@
${MACHINE} == "sparc64" || \
${MACHINE_CPU} == "aarch64" || \
${MACHINE_CPU} == "arm" || \
+ ${MACHINE_CPU} == "powerpc" || \
${MACHINE_CPU} == "powerpc64" || \
${MACHINE_CPU} == "riscv"
HAVE_GCC?= 8
Home |
Main Index |
Thread Index |
Old Index