projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12b41b0
)
include/target.mk: add CPU_CFLAGS_octeon
author
John Crispin
<blogic@openwrt.org>
Wed, 18 Jun 2014 10:07:49 +0000
(10:07 +0000)
committer
John Crispin
<blogic@openwrt.org>
Wed, 18 Jun 2014 10:07:49 +0000
(10:07 +0000)
Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41250
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/target.mk
patch
|
blob
|
history
diff --git
a/include/target.mk
b/include/target.mk
index
09ba911
..
e36cdd6
100644
(file)
--- a/
include/target.mk
+++ b/
include/target.mk
@@
-215,6
+215,7
@@
ifeq ($(DUMP),1)
CPU_CFLAGS_24kec = -mips32r2 -mtune=24kec
CPU_CFLAGS_34kc = -mips32r2 -mtune=34kc
CPU_CFLAGS_74kc = -mips32r2 -mtune=74kc
+ CPU_CFLAGS_octeon = -march=octeon -mabi=64
CPU_CFLAGS_dsp = -mdsp
CPU_CFLAGS_dsp2 = -mdspr2
endif