[pixman] rely on runtime cpu detection for arm optimisations

Dennis Gilmore ausil at fedoraproject.org
Tue May 15 19:44:13 UTC 2012


commit 0cdba77d424008ca4047f8e530dc8fc53732235b
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue May 15 14:43:54 2012 -0500

    rely on runtime cpu detection for arm optimisations

 pixman.spec |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/pixman.spec b/pixman.spec
index f099d2e..1e61b51 100644
--- a/pixman.spec
+++ b/pixman.spec
@@ -3,7 +3,7 @@
 
 Name:           pixman
 Version:        0.25.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Pixel manipulation library
 
 Group:          System Environment/Libraries
@@ -34,12 +34,7 @@ Development library for pixman.
 %setup -q
 
 %build
-%configure --disable-static \
-%ifnarch armv7hnl
-       --disable-arm-neon \
-       --disable-arm-simd \
-%endif
-       --disable-arm-iwmmxt
+%configure --disable-static
 
 make %{?_smp_mflags}
 
@@ -63,6 +58,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_libdir}/pkgconfig/pixman-1.pc
 
 %changelog
+* Tue May 15 2012 Dennis Gilmore <dennis at ausil.us> - 0.25.6-2
+- rely on runtime cpu detection for arm optimisations
+
 * Tue May 15 2012 Soren Sandmann <ssp at redhat.com>
 - pixman 0.25.6
 


More information about the scm-commits mailing list