diff make/linux/Makefile @ 17804:fd1b9f02cc91

8036976: PPC64: implement the template interpreter Reviewed-by: kvn, coleenp Contributed-by: axel.siebenborn@sap.com, martin.doerr@sap.com
author goetz
date Mon, 10 Mar 2014 12:58:02 +0100
parents f36e073d56a4
children b51e29501f30 56e7f5560e60
line wrap: on
line diff
--- a/make/linux/Makefile	Thu Mar 06 10:55:28 2014 -0800
+++ b/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))","")