Module Name: src
Committed By: mrg
Date: Mon Sep 5 05:58:29 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
oops, put mips32 back to gcc 5.3.
To generate a diff of this commit:
cvs rdiff -u -r1.953 -r1.954 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.953 src/share/mk/bsd.own.mk:1.954
--- src/share/mk/bsd.own.mk:1.953 Sun Sep 4 18:57:39 2016
+++ src/share/mk/bsd.own.mk Mon Sep 5 05:58:29 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.953 2016/09/04 18:57:39 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.954 2016/09/05 05:58:29 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -67,7 +67,7 @@ MKGCC?= no
.if ${MACHINE_CPU} == "aarch64"
HAVE_GCC?= 0
.elif \
- ${MACHINE_CPU} == "mips" || \
+ ${MACHINE_ARCH} == "mips64el" || ${MACHINE_ARCH} == "mips64eb" || \
${MACHINE_CPU} == "m68k" || \
${MACHINE_ARCH} == "coldfire" || \
${MACHINE_ARCH} == "m68000" || \