|
@@ -181,13 +181,6 @@ cflags-$(CONFIG_CPU_R4000_WORKAROUNDS) += $(call cc-option,-mfix-r4000,)
|
|
|
cflags-$(CONFIG_CPU_R4400_WORKAROUNDS) += $(call cc-option,-mfix-r4400,)
|
|
|
cflags-$(CONFIG_CPU_DADDI_WORKAROUNDS) += $(call cc-option,-mno-daddi,)
|
|
|
|
|
|
-ifdef CONFIG_CPU_SB1
|
|
|
-ifdef CONFIG_SB1_PASS_1_WORKAROUNDS
|
|
|
-KBUILD_AFLAGS_MODULE += -msb1-pass1-workarounds
|
|
|
-KBUILD_CFLAGS_MODULE += -msb1-pass1-workarounds
|
|
|
-endif
|
|
|
-endif
|
|
|
-
|
|
|
# For smartmips configurations, there are hundreds of warnings due to ISA overrides
|
|
|
# in assembly and header files. smartmips is only supported for MIPS32r1 onwards
|
|
|
# and there is no support for 64-bit. Various '.set mips2' or '.set mips3' or
|