comparison make/linux/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 b51e29501f30
children
comparison
equal deleted inserted replaced
14719:0bdd0d157040 14726:92aa6797d639
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
72 endif 68 endif
73 69
74 ifdef LP64 70 ifdef LP64
75 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","") 71 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")
76 _JUNK_ := $(shell echo >&2 \ 72 _JUNK_ := $(shell echo >&2 \