comparison make/aix/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 b83f7d608548
children 92aa6797d639
comparison
equal deleted inserted replaced
17803:31e80afe3fed 17804:fd1b9f02cc91
67 67
68 ifndef CC_INTERP 68 ifndef CC_INTERP
69 ifndef FORCE_TIERED 69 ifndef FORCE_TIERED
70 FORCE_TIERED=1 70 FORCE_TIERED=1
71 endif 71 endif
72 endif
73 # C1 is not ported on ppc64(le), so we cannot build a tiered VM:
74 ifneq (,$(filter $(ARCH),ppc64 pp64le))
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))","")
76 _JUNK_ := $(shell echo >&2 \ 80 _JUNK_ := $(shell echo >&2 \