comparison make/aix/Makefile @ 14726:92aa6797d639

Backed out merge changeset: b51e29501f30 Backed out merge revision to its first parent (8f483e200405)
author Doug Simon <doug.simon@oracle.com>
date Mon, 24 Mar 2014 21:30:43 +0100
parents 58cf34613a72
children
comparison
equal deleted inserted replaced
14719:0bdd0d157040 14726:92aa6797d639
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
76 endif 72 endif
77 73
78 ifdef LP64 74 ifdef LP64
79 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","") 75 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")
80 _JUNK_ := $(shell echo >&2 \ 76 _JUNK_ := $(shell echo >&2 \