make/linux/Makefile

changeset 7994
04ff2f6cd0eb
parent 7874
908b2d7253fc
parent 6876
710a3c8b516e
child 8604
04d83ba48607
equal deleted inserted replaced
7993:9bf9a733246b 7994:04ff2f6cd0eb
66 FORCE_TIERED=1 66 FORCE_TIERED=1
67 endif 67 endif
68 endif 68 endif
69 # C1 is not ported on ppc64, so we cannot build a tiered VM: 69 # C1 is not ported on ppc64, so we cannot build a tiered VM:
70 ifeq ($(ARCH),ppc64) 70 ifeq ($(ARCH),ppc64)
71 FORCE_TIERED=0
72 endif
73 # C1 is not ported on mips64, so we cannot build a tiered VM:
74 ifeq ($(ARCH),mips64)
71 FORCE_TIERED=0 75 FORCE_TIERED=0
72 endif 76 endif
73 77
74 ifdef LP64 78 ifdef LP64
75 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","") 79 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")

mercurial