aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index ba04782c4b91..47ecded20902 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -125,6 +125,8 @@ cflags-$(CONFIG_CPU_TX49XX) += -march=r4600 -Wa,--trap
125cflags-$(CONFIG_CPU_LOONGSON2) += -Wa,--trap 125cflags-$(CONFIG_CPU_LOONGSON2) += -Wa,--trap
126cflags-$(CONFIG_CPU_LOONGSON2E) += \ 126cflags-$(CONFIG_CPU_LOONGSON2E) += \
127 $(call cc-option,-march=loongson2e,-march=r4600) 127 $(call cc-option,-march=loongson2e,-march=r4600)
128cflags-$(CONFIG_CPU_LOONGSON2F) += \
129 $(call cc-option,-march=loongson2f,-march=r4600)
128 130
129cflags-$(CONFIG_CPU_MIPS32_R1) += $(call cc-option,-march=mips32,-mips32 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS32) \ 131cflags-$(CONFIG_CPU_MIPS32_R1) += $(call cc-option,-march=mips32,-mips32 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS32) \
130 -Wa,-mips32 -Wa,--trap 132 -Wa,-mips32 -Wa,--trap