Module Name:    src
Committed By:   christos
Date:           Thu May 27 20:29:24 UTC 2021

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

Log Message:
mips64 only works with gcc-10


To generate a diff of this commit:
cvs rdiff -u -r1.1252 -r1.1253 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.1252 src/share/mk/bsd.own.mk:1.1253
--- src/share/mk/bsd.own.mk:1.1252	Thu May 27 13:41:28 2021
+++ src/share/mk/bsd.own.mk	Thu May 27 16:29:24 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1252 2021/05/27 17:41:28 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1253 2021/05/27 20:29:24 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -78,6 +78,7 @@ TOOLCHAIN_MISSING?=	no
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \
     ${MACHINE} == "vax" || \
+    ${MACHINE_MIPS64} || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_CPU} == "aarch64" || \

Reply via email to