From b4dd424d96f09f9bafb88e47f37df65dc4529143 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 7 Jan 2014 11:00:46 +0100 Subject: Remove all SPARC architecture optimizations SPARC is no longer being used in any multimedia-related fields and the VIS optimizations only represent a maintenance burden. --- arch.mak | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch.mak') diff --git a/arch.mak b/arch.mak index 09d24af49a..b287fcecbe 100644 --- a/arch.mak +++ b/arch.mak @@ -5,7 +5,5 @@ OBJS-$(HAVE_NEON) += $(NEON-OBJS) $(NEON-OBJS-yes) OBJS-$(HAVE_ALTIVEC) += $(ALTIVEC-OBJS) $(ALTIVEC-OBJS-yes) -OBJS-$(HAVE_VIS) += $(VIS-OBJS) $(VIS-OBJS-yes) - OBJS-$(HAVE_MMX) += $(MMX-OBJS) $(MMX-OBJS-yes) OBJS-$(HAVE_YASM) += $(YASM-OBJS) $(YASM-OBJS-yes) -- cgit v1.2.3