Module Name:    src
Committed By:   maya
Date:           Sat Feb  9 21:05:49 UTC 2019

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

Log Message:
Use GCC 7 on riscv, it is not supported on 6.


To generate a diff of this commit:
cvs rdiff -u -r1.1103 -r1.1104 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.1103 src/share/mk/bsd.own.mk:1.1104
--- src/share/mk/bsd.own.mk:1.1103	Sat Feb  9 00:59:30 2019
+++ src/share/mk/bsd.own.mk	Sat Feb  9 21:05:48 2019
@@ -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 @@ TOOLCHAIN_MISSING?=	no
     ${MACHINE_CPU} == "i386"	|| \
     ${MACHINE_CPU} == "mips"	|| \
     ${MACHINE_ARCH} == "powerpc"	|| \
+    ${MACHINE_CPU} == "riscv"	|| \
     ${MACHINE_CPU} == "sparc"	|| \
     ${MACHINE_CPU} == "sparc64"	|| \
     ${MACHINE_CPU} == "x86_64"

Reply via email to