diff make/linux/Makefile @ 14703:9486a41de3b7

Merge
author amurillo
date Fri, 14 Mar 2014 10:31:11 -0700
parents 58cf34613a72
children b51e29501f30 56e7f5560e60
line wrap: on
line diff
--- a/make/linux/Makefile	Tue Mar 11 16:49:35 2014 -0700
+++ b/make/linux/Makefile	Fri Mar 14 10:31:11 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))","")