aboutsummaryrefslogtreecommitdiffstats
path: root/include/target.mk
diff options
context:
space:
mode:
Diffstat (limited to 'include/target.mk')
-rw-r--r--include/target.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target.mk b/include/target.mk
index 60760bf602..fb57553f7d 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -234,6 +234,7 @@ ifeq ($(DUMP),1)
endif
ifeq ($(ARCH),powerpc64)
CPU_TYPE ?= powerpc64
+ CPU_CFLAGS_e5500:=-mcpu=e5500
CPU_CFLAGS_powerpc64:=-mcpu=powerpc64
endif
ifeq ($(ARCH),sparc)