From eae13eae9d6499e81cd77bcd9e13f7bcb31b5577 Mon Sep 17 00:00:00 2001 From: James Cowgill Date: Thu, 5 Mar 2015 17:40:14 +0000 Subject: configure, mips: remove MIPS32R2, merging it with MIPSFPU There are no independant uses of mips32r2 instructions except for the FPU parts. Due to the heavy use of mips32r2 specifc fpu extensions, I am guessing the original author intended MIPSFPU to imply MIPS32R2 anyway. Since these fpu instructions are available on mips64 (non-r2), enable them there as well. Also remove the last occurence of HAVE_MIPS32R2 (which is coupled to HAVE_MIPSFPU anyway). mips32r2 is left in the list of options form compatability so that using --disable-mips32r2 doesn't break anything. Signed-off-by: James Cowgill Signed-off-by: Michael Niedermayer --- arch.mak | 1 - 1 file changed, 1 deletion(-) (limited to 'arch.mak') diff --git a/arch.mak b/arch.mak index 0e866d8628..48bc2d3241 100644 --- a/arch.mak +++ b/arch.mak @@ -5,7 +5,6 @@ OBJS-$(HAVE_VFP) += $(VFP-OBJS) $(VFP-OBJS-yes) OBJS-$(HAVE_NEON) += $(NEON-OBJS) $(NEON-OBJS-yes) OBJS-$(HAVE_MIPSFPU) += $(MIPSFPU-OBJS) $(MIPSFPU-OBJS-yes) -OBJS-$(HAVE_MIPS32R2) += $(MIPS32R2-OBJS) $(MIPS32R2-OBJS-yes) OBJS-$(HAVE_MIPSDSPR1) += $(MIPSDSPR1-OBJS) $(MIPSDSPR1-OBJS-yes) OBJS-$(HAVE_MIPSDSPR2) += $(MIPSDSPR2-OBJS) $(MIPSDSPR2-OBJS-yes) -- cgit v1.2.3