projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f910c8
)
includes: add LEON3 CFLAGS
author
Zoltan HERPAI
<wigyori@uid0.hu>
Fri, 18 Aug 2023 07:14:47 +0000
(09:14 +0200)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Sat, 2 Sep 2023 08:07:18 +0000
(10:07 +0200)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
include/target.mk
patch
|
blob
|
history
diff --git
a/include/target.mk
b/include/target.mk
index b5e3e7ff6fdeca22c917c7024d53914d32d82a7e..3095e58bd26d82ee09c811d580115b030ab7e3e3 100644
(file)
--- a/
include/target.mk
+++ b/
include/target.mk
@@
-248,6
+248,7
@@
ifeq ($(DUMP),1)
ifeq ($(ARCH),sparc)
CPU_TYPE = sparc
CPU_CFLAGS_ultrasparc = -mcpu=ultrasparc
+ CPU_CFLAGS_leon3 = -mcpu=leon3 -D__sparc_v8__
endif
ifeq ($(ARCH),aarch64)
CPU_TYPE ?= generic