summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2010-12-28 16:10:32 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-29 23:13:03 +0100
commit74058758e4165dbef1d8f1d446cce0d9fb27a955 (patch)
tree9c2ea6524655c087b32ef6356392876bd1a5991e /package/Makefile.in
parent213f15be3d0e1934ce57f1aa58712c78aeddb2a6 (diff)
downloadbuildroot-novena-74058758e4165dbef1d8f1d446cce0d9fb27a955.tar.gz
buildroot-novena-74058758e4165dbef1d8f1d446cce0d9fb27a955.zip
package: drop sparc64 bits
Remove VIS optimization, it's for sparc64 and it's gone. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in5
1 files changed, 0 insertions, 5 deletions
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