target: add cpu flags for powerpc64

Signed-off-by: Florian Larysch <fl@n621.de>
This commit is contained in:
Florian Larysch 2016-11-03 15:54:19 +01:00 committed by Felix Fietkau
parent 0de93311e1
commit 56ed89f078
1 changed files with 4 additions and 0 deletions

View File

@ -205,6 +205,10 @@ ifeq ($(DUMP),1)
CPU_CFLAGS_440:=-mcpu=440
CPU_CFLAGS_464fp:=-mcpu=464fp
endif
ifeq ($(ARCH),powerpc64)
CPU_TYPE ?= powerpc64
CPU_CFLAGS_powerpc64:=-mcpu=powerpc64
endif
ifeq ($(ARCH),sparc)
CPU_TYPE = sparc
CPU_CFLAGS_ultrasparc = -mcpu=ultrasparc