comparison make/linux/Makefile @ 17830:56e7f5560e60

8036767: PPC64: Support for little endian execution model Reviewed-by: goetz, kvn, dholmes, simonis Contributed-by: asmundak@google.com
author kvn
date Wed, 02 Apr 2014 11:24:44 -0700
parents fd1b9f02cc91
children 52b4284cb496
comparison
equal deleted inserted replaced
17829:0118c8c7b80f 17830:56e7f5560e60
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 68 endif
69 # C1 is not ported on ppc64(le), so we cannot build a tiered VM: 69 # C1 is not ported on ppc64, so we cannot build a tiered VM:
70 ifneq (,$(filter $(ARCH),ppc64 pp64le)) 70 ifeq ($(ARCH),ppc64)
71 FORCE_TIERED=0 71 FORCE_TIERED=0
72 endif 72 endif
73 73
74 ifdef LP64 74 ifdef LP64
75 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","") 75 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")