target.mk: Remove obsolete octeon CPU_CFLAGS
As of commit c6e02b49f6
the octeon target
uses octeonplus instead of octeon
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
parent
98d3770379
commit
fc9cbf3bc0
1 changed files with 0 additions and 1 deletions
|
@ -174,7 +174,6 @@ ifeq ($(DUMP),1)
|
|||
CPU_CFLAGS_mips64 = -mips64 -mtune=mips64 -mabi=64
|
||||
CPU_CFLAGS_24kc = -mips32r2 -mtune=24kc
|
||||
CPU_CFLAGS_74kc = -mips32r2 -mtune=74kc
|
||||
CPU_CFLAGS_octeon = -march=octeon -mabi=64
|
||||
CPU_CFLAGS_octeonplus = -march=octeon+ -mabi=64
|
||||
endif
|
||||
ifeq ($(ARCH),i386)
|
||||
|
|
Loading…
Reference in a new issue