comparison make/linux/Makefile @ 14704:b51e29501f30

Merged with jdk9/dev/hotspot changeset 9486a41de3b7
author twisti
date Tue, 18 Mar 2014 20:19:10 -0700
parents 43223d3f5dcd 58cf34613a72
children 92aa6797d639
comparison
equal deleted inserted replaced
14647:8f483e200405 14704:b51e29501f30
63 63
64 ifndef CC_INTERP 64 ifndef CC_INTERP
65 ifndef FORCE_TIERED 65 ifndef FORCE_TIERED
66 FORCE_TIERED=1 66 FORCE_TIERED=1
67 endif 67 endif
68 endif
69 # C1 is not ported on ppc64(le), so we cannot build a tiered VM:
70 ifneq (,$(filter $(ARCH),ppc64 pp64le))
71 FORCE_TIERED=0
68 endif 72 endif
69 73
70 ifdef LP64 74 ifdef LP64
71 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","") 75 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")
72 _JUNK_ := $(shell echo >&2 \ 76 _JUNK_ := $(shell echo >&2 \