comparison make/linux/Makefile @ 14703:9486a41de3b7

Merge
author amurillo
date Fri, 14 Mar 2014 10:31:11 -0700
parents 58cf34613a72
children b51e29501f30 56e7f5560e60
comparison
equal deleted inserted replaced
14656:74dd0c7b2de1 14703:9486a41de3b7
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 \