CVSROOT: /home/cvs
Module name: malta
Changes by: chris@ftp.linux-mips.org 05/06/09 13:47:12
Modified files:
linux/arch/mips: Tag: MaltaRef_2_6 Makefile
Log message:
* arch/mips/Makefile (cflags-$(CONFIG_CPU_MIPS32R2)): Use mips32r2
as the cpu type for 3.4 based compilers.
(cflags-$(CONFIG_CPU_MIPS64R2)): Use mips64r2 as the CPU type for
3.4 based compilers.
diff -urN malta/linux/arch/mips/Makefile malta/linux/arch/mips/Makefile
--- malta/linux/arch/mips/Makefile 2004/09/14 16:27:50 1.167.1000.3
+++ malta/linux/arch/mips/Makefile 2005/06/09 12:47:12 1.167.1000.4
@@ -146,7 +146,7 @@
-Wa,--trap
cflags-$(CONFIG_CPU_MIPS32R2) += \
- $(call set_gccflags,mips32,mips32r2,r4600,mips3,mips2) \
+ $(call
set_gccflags,mips32r2,mips32r2,r4600,mips3,mips2) \
-Wa,--trap
cflags-$(CONFIG_CPU_MIPS64R1) += \
@@ -154,7 +154,7 @@
-Wa,--trap
cflags-$(CONFIG_CPU_MIPS64R2) += \
- $(call set_gccflags,mips64,mips64r2,r4600,mips3,mips2) \
+ $(call
set_gccflags,mips64r2,mips64r2,r4600,mips3,mips2) \
-Wa,--trap
cflags-$(CONFIG_CPU_R5000) += \
|