comparison make/linux/Makefile @ 17804:fd1b9f02cc91

8036976: PPC64: implement the template interpreter Reviewed-by: kvn, coleenp Contributed-by: axel.siebenborn@sap.com, martin.doerr@sap.com
author goetz
date Mon, 10 Mar 2014 12:58:02 +0100
parents f36e073d56a4
children b51e29501f30 56e7f5560e60
comparison
equal deleted inserted replaced
17803:31e80afe3fed 17804:fd1b9f02cc91
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 \