summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreconf/Linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreconf/Linux.mk b/coreconf/Linux.mk
index 6567f25fd..177a3c874 100644
--- a/coreconf/Linux.mk
+++ b/coreconf/Linux.mk
@@ -42,7 +42,7 @@ ifndef INTERNAL_TOOLS
CROSS_COMPILE = 1
endif
endif
-ifeq ($(OS_TEST),ppc64)
+ifeq (,$(filter-out ppc64 ppc64le,$(OS_TEST)))
CPU_ARCH = ppc
ifeq ($(USE_64),1)
ARCHFLAG = -m64