projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0c0b18
)
build: add e5500 CPU_TYPE
author
Stijn Tintel
<stijn@linux-ipv6.be>
Tue, 22 Sep 2020 10:37:56 +0000
(13:37 +0300)
committer
Stijn Tintel
<stijn@linux-ipv6.be>
Tue, 21 Dec 2021 19:34:23 +0000
(21:34 +0200)
This CPU type is compatible with NXP's PPC based QorIQ processors, and
will be used by the upcoming new qoriq target.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Reviewed-by: Rui Salvaterra <rsalvaterra@gmail.com>
include/target.mk
patch
|
blob
|
history
diff --git
a/include/target.mk
b/include/target.mk
index 60760bf60242d849e67f7d4f30314f3d3b3a5ac9..fb57553f7df0d863ee0b1b8297e127ecad1df805 100644
(file)
--- 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)