summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-12-14 21:39:50 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-12-14 21:39:50 +0000
commit873d7498bd7efba53e22e2db70ebbc11bf686d07 (patch)
tree6cd350493a7bbd9adc739e4193af44f2d1765040 /arch/mips/Makefile
parent920c6058e2a57774263231a6a2c76c4f8b633eaa (diff)
MIPS32 patches from MIPS.
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 314fdff11..6a8cfe187 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -60,6 +60,9 @@ endif
ifdef CONFIG_CPU_R4X00
GCCFLAGS += -mcpu=r4600 -mips2 -Wa,--trap
endif
+ifdef CONFIG_CPU_MIPS32
+GCCFLAGS += -mcpu=r4600 -mips2 -Wa,--trap
+endif
ifdef CONFIG_CPU_R5000
GCCFLAGS += -mcpu=r8000 -mips2 -Wa,--trap
endif