[pixman] always disable iwmmxt and disable neon and simd unless building armv7hnl

Dennis Gilmore ausil at fedoraproject.org
Fri Mar 30 03:55:48 UTC 2012


commit 5eef615b6d75bae2ac483aeca1551c6bcec12542
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Mar 29 22:55:45 2012 -0500

    always disable iwmmxt  and disable neon and simd unless building armv7hnl

 pixman.spec |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/pixman.spec b/pixman.spec
index 576235f..3a664e9 100644
--- a/pixman.spec
+++ b/pixman.spec
@@ -3,7 +3,7 @@
 
 Name:           pixman
 Version:        0.25.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Pixel manipulation library
 
 Group:          System Environment/Libraries
@@ -34,7 +34,13 @@ Development library for pixman.
 %setup -q
 
 %build
-%configure --disable-static
+%configure --disable-static \
+%ifnarch armv7hnl
+       --disable-arm-neon \
+       --disable-arm-simd \
+%endif
+       --disable-arm-iwmmxt
+
 make %{?_smp_mflags}
 
 %install
@@ -57,6 +63,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_libdir}/pkgconfig/pixman-1.pc
 
 %changelog
+* Thu Mar 29 2012 Dennis Gilmore <dennis at ausil.us> 0.25.2-2
+- always disable iwmmxt  and disable neon and simd unless building armv7hnl
+
 * Mon Mar 26 2012 Soren Sandmann <ssp at redhat.com> 0.25.2-1
 - pixman 0.25.2
 


More information about the scm-commits mailing list