make/linux/Makefile

changeset 6512
fd1b9f02cc91
parent 4942
f36e073d56a4
child 6538
56e7f5560e60
     1.1 --- a/make/linux/Makefile	Thu Mar 06 10:55:28 2014 -0800
     1.2 +++ b/make/linux/Makefile	Mon Mar 10 12:58:02 2014 +0100
     1.3 @@ -66,6 +66,10 @@
     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 +  FORCE_TIERED=0
    1.10 +endif
    1.11  
    1.12  ifdef LP64
    1.13    ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")

mercurial