summaryrefslogtreecommitdiffstats
path: root/kernel/arch/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/mips/Makefile')
-rw-r--r--kernel/arch/mips/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/arch/mips/Makefile b/kernel/arch/mips/Makefile
index 3f70ba54a..252e34795 100644
--- a/kernel/arch/mips/Makefile
+++ b/kernel/arch/mips/Makefile
@@ -204,10 +204,6 @@ toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(
cflags-$(toolchain-msa) += -DTOOLCHAIN_SUPPORTS_MSA
endif
-cflags-$(CONFIG_MIPS_COMPACT_BRANCHES_NEVER) += -mcompact-branches=never
-cflags-$(CONFIG_MIPS_COMPACT_BRANCHES_OPTIMAL) += -mcompact-branches=optimal
-cflags-$(CONFIG_MIPS_COMPACT_BRANCHES_ALWAYS) += -mcompact-branches=always
-
#
# Firmware support
#