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

Dennis Gilmore ausil at fedoraproject.org
Fri Mar 30 04:01:07 UTC 2012


commit 9e1335bd070b61b64272ffe3b795eedcadd1fa8c
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
    
    Conflicts:
    
    	pixman.spec

 pixman.spec |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/pixman.spec b/pixman.spec
index 114cea4..ba7ae43 100644
--- a/pixman.spec
+++ b/pixman.spec
@@ -3,7 +3,7 @@
 
 Name:           pixman
 Version:        0.24.4
-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.24.4-2
+- always disable iwmmxt  and disable neon and simd unless building armv7hnl
+
 * Thu Mar 15 2012 Adam Jackson <ajax at redhat.com> 0.24.4-1
 - pixman 0.24.4
 


More information about the scm-commits mailing list