make/linux/Makefile

changeset 8604
04d83ba48607
parent 8200
bd33e3fce750
parent 7994
04ff2f6cd0eb
child 9139
da33de9f115e
     1.1 --- a/make/linux/Makefile	Thu Sep 22 13:16:27 2016 -0700
     1.2 +++ b/make/linux/Makefile	Thu May 24 17:06:56 2018 +0800
     1.3 @@ -74,6 +74,10 @@
     1.4      FORCE_TIERED=0
     1.5    endif
     1.6  endif
     1.7 +# C1 is not ported on mips64, so we cannot build a tiered VM:
     1.8 +ifeq ($(ARCH),mips64)
     1.9 +  FORCE_TIERED=0
    1.10 +endif
    1.11  
    1.12  ifdef LP64
    1.13    ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")

mercurial