summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-03-16 18:03:29 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-03-16 18:03:29 +0000
commitb4e120a7adba8b1dadb9ddf87a378e400c09ca08 (patch)
tree18e709c182e9fed059ddef07b8b55488cb383cf1 /arch/mips/Makefile
parent50bfc108806b71ba74c6ad16c474a4af19064caa (diff)
Kill R8000 remains.
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 470807c9a..d10082bcc 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -67,22 +67,16 @@ ifdef CONFIG_CPU_MIPS32
GCCFLAGS += -mcpu=r4600 -mips2 -Wa,--trap
endif
ifdef CONFIG_CPU_R5000
-GCCFLAGS += -mcpu=r8000 -mips2 -Wa,--trap
+GCCFLAGS += -mcpu=r5000 -mips2 -Wa,--trap
endif
ifdef CONFIG_CPU_R5432
-GCCFLAGS += -mcpu=r8000 -mips2 -Wa,--trap
+GCCFLAGS += -mcpu=r5000 -mips2 -Wa,--trap
endif
ifdef CONFIG_CPU_NEVADA
-GCCFLAGS += -mcpu=r8000 -mips2 -Wa,--trap -mmad
+GCCFLAGS += -mcpu=r5000 -mips2 -Wa,--trap -mmad
endif
ifdef CONFIG_CPU_RM7000
-GCCFLAGS += -mcpu=r8000 -mips2 -Wa,--trap
-endif
-ifdef CONFIG_CPU_R8000
-GCCFLAGS += -mcpu=r8000 -mips2 -Wa,--trap
-endif
-ifdef CONFIG_CPU_R10000
-GCCFLAGS += -mcpu=r8000 -mips2 -Wa,--trap
+GCCFLAGS += -mcpu=r5000 -mips2 -Wa,--trap
endif
ifdef CONFIG_MIPS_FPU_EMULATOR