Skip to content
Snippets Groups Projects
Commit 56ed89f0 authored by Florian Larysch's avatar Florian Larysch Committed by Felix Fietkau
Browse files

target: add cpu flags for powerpc64


Signed-off-by: default avatarFlorian Larysch <fl@n621.de>
parent 0de93311
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment