summaryrefslogtreecommitdiff
path: root/package/pixman/pixman.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/pixman/pixman.mk')
-rw-r--r--package/pixman/pixman.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk
index e1b7c2dc8..29b01eea1 100644
--- a/package/pixman/pixman.mk
+++ b/package/pixman/pixman.mk
@@ -32,10 +32,5 @@ ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII),y)
PIXMAN_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -DPIXMAN_NO_TLS"
endif
-# Altivec detection isn't reliable for CS toolchains
-ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103)$(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009),y)
-PIXMAN_CONF_OPTS += --disable-vmx
-endif
-
$(eval $(autotools-package))
$(eval $(host-autotools-package))