]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Generate code for MIPS32 / MIPS64 Release 2 if configured for one of
authorRalf Baechle <ralf@linux-mips.org>
Tue, 12 Jul 2005 14:56:53 +0000 (14:56 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:45 +0000 (19:31 +0100)
these architectures.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile

index 752709300c551b041be30208fcdea24cadcb22ae..6780d115a7dce9a47b767c79e79677e42684f59b 100644 (file)
@@ -195,10 +195,18 @@ cflags-$(CONFIG_CPU_MIPS32_R1)    += \
                        $(call set_gccflags,mips32,mips32,r4600,mips3,mips2) \
                        -Wa,--trap
 
+cflags-$(CONFIG_CPU_MIPS32_R2) += \
+                       $(call set_gccflags,mips32r2,mips32r2,r4600,mips3,mips2) \
+                       -Wa,--trap
+
 cflags-$(CONFIG_CPU_MIPS64_R1) += \
                        $(call set_gccflags,mips64,mips64,r4600,mips3,mips2) \
                        -Wa,--trap
 
+cflags-$(CONFIG_CPU_MIPS64_R2) += \
+                       $(call set_gccflags,mips64r2,mips64r2,r4600,mips3,mips2) \
+                       -Wa,--trap
+
 cflags-$(CONFIG_CPU_R5000)     += \
                        $(call set_gccflags,r5000,mips4,r5000,mips4,mips2) \
                        -Wa,--trap