make/linux/Makefile

changeset 8604
04d83ba48607
parent 8200
bd33e3fce750
parent 7994
04ff2f6cd0eb
child 9139
da33de9f115e
equal deleted inserted replaced
8603:e134dc1879b7 8604:04d83ba48607
71 # 'ppc64' for HotSpot-only ppc64 builds. Need to detect both variants here! 71 # 'ppc64' for HotSpot-only ppc64 builds. Need to detect both variants here!
72 ifneq (,$(findstring $(ARCH), ppc ppc64)) 72 ifneq (,$(findstring $(ARCH), ppc ppc64))
73 ifeq ($(ARCH_DATA_MODEL), 64) 73 ifeq ($(ARCH_DATA_MODEL), 64)
74 FORCE_TIERED=0 74 FORCE_TIERED=0
75 endif 75 endif
76 endif
77 # C1 is not ported on mips64, so we cannot build a tiered VM:
78 ifeq ($(ARCH),mips64)
79 FORCE_TIERED=0
76 endif 80 endif
77 81
78 ifdef LP64 82 ifdef LP64
79 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","") 83 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")
80 _JUNK_ := $(shell echo >&2 \ 84 _JUNK_ := $(shell echo >&2 \

mercurial