include/target.mk: add CPU_CFLAGS_octeon
Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de> SVN-Revision: 41250
This commit is contained in:
parent
087ea853b4
commit
3deedba42e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue