build: remove MIPS dsp/dsp2 CPU_SUBTYPE

There does not seem to be any meaningful difference in generated code.
This will save some time and space on snapshot builds

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2016-08-03 14:56:43 +02:00
parent f2de33b2c9
commit 9abbaa9539
11 changed files with 0 additions and 12 deletions

View File

@@ -172,8 +172,6 @@ ifeq ($(DUMP),1)
CPU_CFLAGS_74kc = -mips32r2 -mtune=74kc
CPU_CFLAGS_1004kc = -mips32r2 -mtune=1004kc
CPU_CFLAGS_octeon = -march=octeon -mabi=64
CPU_CFLAGS_dsp = -mdsp
CPU_CFLAGS_dsp2 = -mdspr2
endif
ifeq ($(ARCH),i386)
CPU_TYPE ?= i486