diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,11 +9,11 @@ ARCH = $(shell uname -m) ifdef CROSS_COMPILE CROSS ?= $(CROSS_COMPILE) endif -ifeq ("$(ARCH)", "ppc64") - CROSS ?= -else +ifneq ("$(ARCH)", "ppc64") +ifneq ("$(ARCH)", "ppc64le") CROSS ?= powerpc64-linux- endif +endif # # Main debug switch |