make/linux/Makefile

changeset 392
4bfb40d1e17a
parent 27
d2b3aba483a7
child 6876
710a3c8b516e
     1.1 --- a/make/linux/Makefile	Fri Mar 31 12:43:02 2017 -0400
     1.2 +++ b/make/linux/Makefile	Wed Mar 29 09:41:51 2017 +0800
     1.3 @@ -70,6 +70,10 @@
     1.4  ifeq ($(ARCH),ppc64)
     1.5    FORCE_TIERED=0
     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