Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk mips64 only works with gcc-10



details:   https://anonhg.NetBSD.org/src/rev/6cec962e1edc
branches:  trunk
changeset: 379328:6cec962e1edc
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 27 20:29:24 2021 +0000

description:
mips64 only works with gcc-10

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 983b3401a8ff -r 6cec962e1edc share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu May 27 17:41:28 2021 +0000
+++ b/share/mk/bsd.own.mk       Thu May 27 20:29:24 2021 +0000
@@ -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" || \



Home | Main Index | Thread Index | Old Index