diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-04-01 11:46:40 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-04-01 11:46:40 +0000 |
commit | 6b8549ba91b651e45d9e972d0e30263d625fd184 (patch) | |
tree | e7721bbe6d814ee71797618a4b0c75ab1e1af834 /arch/mips/Makefile | |
parent | e11f564413d1d8feac7a60fb3aa440bf66a4e25a (diff) |
More R3912 cleanup.
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 0038b0588..a9fc965ee 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -51,9 +51,6 @@ endif ifdef CONFIG_CPU_R3000 GCCFLAGS += -mcpu=r3000 -mips1 endif -ifdef CONFIG_CPU_R3912 -GCCFLAGS += -mcpu=r3000 -mips1 -endif ifdef CONFIG_CPU_R6000 GCCFLAGS += -mcpu=r6000 -mips2 -Wa,--trap endif |