diff options
Diffstat (limited to 'arch/mips/loongson1/Platform')
-rw-r--r-- | arch/mips/loongson1/Platform | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/loongson1/Platform b/arch/mips/loongson1/Platform index 99bdefe627af..11863441dea3 100644 --- a/arch/mips/loongson1/Platform +++ b/arch/mips/loongson1/Platform | |||
@@ -1,4 +1,4 @@ | |||
1 | cflags-$(CONFIG_CPU_LOONGSON1) += \ | 1 | cflags-$(CONFIG_CPU_LOONGSON1) += \ |
2 | $(call cc-option,-march=mips32r2,-mips32r2 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS32) \ | 2 | $(call cc-option,-march=mips32r2,-mips32r2 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS32) \ |
3 | -Wa,-mips32r2 -Wa,--trap | 3 | -Wa,-mips32r2 -Wa,--trap |
4 | 4 | ||