diff make/linux/Makefile @ 14704:b51e29501f30

Merged with jdk9/dev/hotspot changeset 9486a41de3b7
author twisti
date Tue, 18 Mar 2014 20:19:10 -0700
parents 43223d3f5dcd 58cf34613a72
children 92aa6797d639
line wrap: on
line diff
--- a/make/linux/Makefile	Thu Mar 20 22:30:26 2014 +0100
+++ b/make/linux/Makefile	Tue Mar 18 20:19:10 2014 -0700
@@ -66,6 +66,10 @@
     FORCE_TIERED=1
   endif
 endif
+# C1 is not ported on ppc64(le), so we cannot build a tiered VM:
+ifneq (,$(filter $(ARCH),ppc64 pp64le))
+  FORCE_TIERED=0
+endif
 
 ifdef LP64
   ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")