hotspot/make/linux/Makefile
changeset 23221 b70675ece1ce
parent 17006 b9bfa72b7dda
child 23532 7e8719ce96ea
--- a/hotspot/make/linux/Makefile	Wed Mar 12 11:24:26 2014 -0700
+++ b/hotspot/make/linux/Makefile	Mon Mar 10 12:58:02 2014 +0100
@@ -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))","")