projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d291df
)
include/target.mk: add CPU_CFLAGS_octeon
author
John Crispin
<john@openwrt.org>
Wed, 18 Jun 2014 10:07:49 +0000
(10:07 +0000)
committer
John Crispin
<john@openwrt.org>
Wed, 18 Jun 2014 10:07:49 +0000
(10:07 +0000)
Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de>
SVN-Revision: 41250
include/target.mk
patch
|
blob
|
history
diff --git
a/include/target.mk
b/include/target.mk
index 09ba911ff42caa7e51debcbd467d5a71a52dc80d..e36cdd6fd3cd1c27c56eca072649ed2e84a82026 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