summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-18 10:07:49 +0000
committerJohn Crispin <john@openwrt.org>2014-06-18 10:07:49 +0000
commit3deedba42e1cd3ae26725498732999d46a7baf36 (patch)
tree2b723eeb4dff3ff8cd3798a203d71e325ca196ea /include
parent087ea853b49988c059856f490772a392553b5c46 (diff)
downloadmtk-20170518-3deedba42e1cd3ae26725498732999d46a7baf36.zip
mtk-20170518-3deedba42e1cd3ae26725498732999d46a7baf36.tar.gz
mtk-20170518-3deedba42e1cd3ae26725498732999d46a7baf36.tar.bz2
include/target.mk: add CPU_CFLAGS_octeon
Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de> SVN-Revision: 41250
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 09ba911..e36cdd6 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