Module Name:    src
Committed By:   mrg
Date:           Thu Nov 21 07:56:58 UTC 2019

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

Log Message:
switch riscv32/64 to GCC 8.


To generate a diff of this commit:
cvs rdiff -u -r1.1165 -r1.1166 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.1165 src/share/mk/bsd.own.mk:1.1166
--- src/share/mk/bsd.own.mk:1.1165	Mon Nov 18 15:38:07 2019
+++ src/share/mk/bsd.own.mk	Thu Nov 21 07:56:58 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1165 2019/11/18 15:38:07 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1166 2019/11/21 07:56:58 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -70,7 +70,8 @@ TOOLCHAIN_MISSING?=	no
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \
     ${MACHINE_CPU} == "aarch64" || \
-    ${MACHINE_CPU} == "arm"
+    ${MACHINE_CPU} == "arm" || \
+    ${MACHINE_CPU} == "riscv"
 HAVE_GCC?=	8
 .else
 HAVE_GCC?=	7

Reply via email to