aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-18 10:07:49 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-18 10:07:49 +0000
commitdad6cd83d18cb5c7a1139f5737c67d299ab5c6ea (patch)
tree143267fc63f7f630b2172c24762ebe1f97f34979 /include
parent12b41b0c5f75f4217a776e4d6ba3a063a7051c88 (diff)
downloadupstream-dad6cd83d18cb5c7a1139f5737c67d299ab5c6ea.tar.gz
upstream-dad6cd83d18cb5c7a1139f5737c67d299ab5c6ea.tar.bz2
upstream-dad6cd83d18cb5c7a1139f5737c67d299ab5c6ea.zip
include/target.mk: add CPU_CFLAGS_octeon
Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41250 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/target.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target.mk b/include/target.mk
index 09ba911ff4..e36cdd6fd3 100644
--- 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