From: Ralf Baechle Date: Mon, 30 Jan 2006 04:07:39 +0000 (+0000) Subject: [MIPS] Remove commented out code to add -mmad for Nevada. X-Git-Tag: accepted/tizen/common/20141203.182822~40038^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75bdb426a16e81adcbc4c3d7f946018cd47830d1;p=platform%2Fkernel%2Flinux-arm64.git [MIPS] Remove commented out code to add -mmad for Nevada. Adding -mmad is not usable since over half a decade in gcc and when fixed the proper -march option values should enable the use of the mad, madu and mul instructions of the R5500, RM5200, RM7000 and RM9000 families. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Makefile b/arch/mips/Makefile index dee9bfe..6a57407 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -233,7 +233,6 @@ CHECKFLAGS-$(CONFIG_CPU_R5432) += -D_MIPS_ISA=_MIPS_ISA_MIPS4 cflags-$(CONFIG_CPU_NEVADA) += \ $(call set_gccflags,rm5200,mips4,r5000,mips4,mips2) \ -Wa,--trap -# $(call cc-option,-mmad) CHECKFLAGS-$(CONFIG_CPU_NEVADA) += -D_MIPS_ISA=_MIPS_ISA_MIPS4 cflags-$(CONFIG_CPU_RM7000) += \