make/linux/Makefile

changeset 6538
56e7f5560e60
parent 6512
fd1b9f02cc91
child 6876
710a3c8b516e
child 7874
908b2d7253fc
     1.1 --- a/make/linux/Makefile	Mon Mar 31 13:08:03 2014 -0700
     1.2 +++ b/make/linux/Makefile	Wed Apr 02 11:24:44 2014 -0700
     1.3 @@ -66,8 +66,8 @@
     1.4      FORCE_TIERED=1
     1.5    endif
     1.6  endif
     1.7 -# C1 is not ported on ppc64(le), so we cannot build a tiered VM:
     1.8 -ifneq (,$(filter $(ARCH),ppc64 pp64le))
     1.9 +# C1 is not ported on ppc64, so we cannot build a tiered VM:
    1.10 +ifeq ($(ARCH),ppc64)
    1.11    FORCE_TIERED=0
    1.12  endif
    1.13  

mercurial