Module Name:    src
Committed By:   mrg
Date:           Sun Apr 26 22:06:01 UTC 2020

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

Log Message:
switch mips to GCC 8.


To generate a diff of this commit:
cvs rdiff -u -r1.1185 -r1.1186 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.1185 src/share/mk/bsd.own.mk:1.1186
--- src/share/mk/bsd.own.mk:1.1185	Sun Apr 26 20:13:43 2020
+++ src/share/mk/bsd.own.mk	Sun Apr 26 22:06:01 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1185 2020/04/26 20:13:43 skrll Exp $
+#	$NetBSD: bsd.own.mk,v 1.1186 2020/04/26 22:06:01 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -70,6 +70,7 @@ TOOLCHAIN_MISSING?=	no
     ${MACHINE} == "sparc64" || \
     ${MACHINE_CPU} == "aarch64" || \
     ${MACHINE_CPU} == "arm" || \
+    ${MACHINE_CPU} == "mips" || \
     ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_CPU} == "powerpc64" || \
     ${MACHINE_CPU} == "riscv" || \

Reply via email to