make/linux/Makefile

Print this page
rev 6626 : 8048232: Fix for 8046471 breaks PPC64 build

*** 65,76 **** ifndef FORCE_TIERED 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))","") _JUNK_ := $(shell echo >&2 \ --- 65,78 ---- ifndef FORCE_TIERED FORCE_TIERED=1 endif endif # C1 is not ported on ppc64, so we cannot build a tiered VM: ! ifeq ($(ARCH),ppc) ! ifeq ($(ARCH_DATA_MODEL), 64) FORCE_TIERED=0 + endif endif ifdef LP64 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","") _JUNK_ := $(shell echo >&2 \