From 9e1335bd070b61b64272ffe3b795eedcadd1fa8c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mar 30 2012 04:00:56 +0000 Subject: always disable iwmmxt and disable neon and simd unless building armv7hnl Conflicts: pixman.spec --- 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 0.24.4-2 +- always disable iwmmxt and disable neon and simd unless building armv7hnl + * Thu Mar 15 2012 Adam Jackson 0.24.4-1 - pixman 0.24.4