From 74058758e4165dbef1d8f1d446cce0d9fb27a955 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 28 Dec 2010 16:10:32 -0300 Subject: package: drop sparc64 bits Remove VIS optimization, it's for sparc64 and it's gone. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'package/Makefile.in') diff --git a/package/Makefile.in b/package/Makefile.in index 9765a1a2e..7ff1700b1 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -92,11 +92,6 @@ ifeq ($(BR2_VFP_FLOAT),y) TARGET_CFLAGS+=-mfpu=vfp endif -# enable VIS for v9a and v9b -ifeq ($(findstring y,$(BR2_sparc_v9a)$(BR2_sparc64_v9a)$(BR2_sparc_v9b)$(BR2_sparc64_v9b)),y) -TARGET_CFLAGS+=-mvis -endif - ifeq ($(findstring yy,$(BR2_mips)$(BR2_MIPS_ABI64)),yy) TARGET_CFLAGS+=-fno-pic -mno-abicalls endif -- cgit v1.2.3