diff options
author | John Crispin <john@openwrt.org> | 2014-06-18 10:07:49 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-18 10:07:49 +0000 |
commit | 3deedba42e1cd3ae26725498732999d46a7baf36 (patch) | |
tree | 2b723eeb4dff3ff8cd3798a203d71e325ca196ea /include/target.mk | |
parent | 087ea853b49988c059856f490772a392553b5c46 (diff) | |
download | upstream-3deedba42e1cd3ae26725498732999d46a7baf36.tar.gz upstream-3deedba42e1cd3ae26725498732999d46a7baf36.tar.bz2 upstream-3deedba42e1cd3ae26725498732999d46a7baf36.zip |
include/target.mk: add CPU_CFLAGS_octeon
Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de>
SVN-Revision: 41250
Diffstat (limited to 'include/target.mk')
-rw-r--r-- | include/target.mk | 1 |
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 |