diff make/linux/Makefile @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 43223d3f5dcd 56e7f5560e60
children c1bb8028ff63
line wrap: on
line diff
--- a/make/linux/Makefile	Thu Oct 16 10:21:29 2014 +0200
+++ b/make/linux/Makefile	Wed Oct 15 16:02:50 2014 +0200
@@ -66,6 +66,10 @@
     FORCE_TIERED=1
   endif
 endif
+# C1 is not ported on ppc64, so we cannot build a tiered VM:
+ifeq ($(ARCH),ppc64)
+  FORCE_TIERED=0
+endif
 
 ifdef LP64
   ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")