From 3540ef6d1f3e55c73bfee0827fc9a23bda64c618 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 12 Jul 2005 14:56:53 +0000 Subject: [PATCH] --- yaml --- r: 11148 b: refs/heads/master c: 079ef8bb809c701fa0ab09d8984262693b854f94 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/Makefile | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index eaf74e2cc058..58ae529fa791 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff88f8a3d290c213f90d40aa81bdea5c054f58b5 +refs/heads/master: 079ef8bb809c701fa0ab09d8984262693b854f94 diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index 752709300c55..6780d115a7dc 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -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