Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Use GCC 7 on riscv, it is not supported on 6.
details: https://anonhg.NetBSD.org/src/rev/9b5521863336
branches: trunk
changeset: 448814:9b5521863336
user: maya <maya%NetBSD.org@localhost>
date: Sat Feb 09 21:05:48 2019 +0000
description:
Use GCC 7 on riscv, it is not supported on 6.
diffstat:
share/mk/bsd.own.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 9317d0a80b79 -r 9b5521863336 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Feb 09 21:03:24 2019 +0000
+++ b/share/mk/bsd.own.mk Sat Feb 09 21:05:48 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1103 2019/02/09 00:59:30 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.1104 2019/02/09 21:05:48 maya Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -64,6 +64,7 @@
${MACHINE_CPU} == "i386" || \
${MACHINE_CPU} == "mips" || \
${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_CPU} == "riscv" || \
${MACHINE_CPU} == "sparc" || \
${MACHINE_CPU} == "sparc64" || \
${MACHINE_CPU} == "x86_64"
Home |
Main Index |
Thread Index |
Old Index