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
Branches
Tags
No related merge requests found
...@@ -205,6 +205,10 @@ ifeq ($(DUMP),1) ...@@ -205,6 +205,10 @@ ifeq ($(DUMP),1)
CPU_CFLAGS_440:=-mcpu=440 CPU_CFLAGS_440:=-mcpu=440
CPU_CFLAGS_464fp:=-mcpu=464fp CPU_CFLAGS_464fp:=-mcpu=464fp
endif endif
ifeq ($(ARCH),powerpc64)
CPU_TYPE ?= powerpc64
CPU_CFLAGS_powerpc64:=-mcpu=powerpc64
endif
ifeq ($(ARCH),sparc) ifeq ($(ARCH),sparc)
CPU_TYPE = sparc CPU_TYPE = sparc
CPU_CFLAGS_ultrasparc = -mcpu=ultrasparc CPU_CFLAGS_ultrasparc = -mcpu=ultrasparc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment