hotspot/make/linux/Makefile
changeset 23532 7e8719ce96ea
parent 23221 b70675ece1ce
child 25466 e32f542b19df
--- a/hotspot/make/linux/Makefile	Wed Apr 02 10:16:46 2014 +0200
+++ b/hotspot/make/linux/Makefile	Wed Apr 02 11:24:44 2014 -0700
@@ -66,8 +66,8 @@
     FORCE_TIERED=1
   endif
 endif
-# C1 is not ported on ppc64(le), so we cannot build a tiered VM:
-ifneq (,$(filter $(ARCH),ppc64 pp64le))
+# C1 is not ported on ppc64, so we cannot build a tiered VM:
+ifeq ($(ARCH),ppc64)
   FORCE_TIERED=0
 endif