diff -r e134dc1879b7 -r 04d83ba48607 make/linux/Makefile --- a/make/linux/Makefile Thu Sep 22 13:16:27 2016 -0700 +++ b/make/linux/Makefile Thu May 24 17:06:56 2018 +0800 @@ -74,6 +74,10 @@ FORCE_TIERED=0 endif endif +# C1 is not ported on mips64, so we cannot build a tiered VM: +ifeq ($(ARCH),mips64) + FORCE_TIERED=0 +endif ifdef LP64 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")