From 99fb0c91d4fb454ab7ef349475d5a61769566d1926d54604fc265580662870e5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 19 Oct 2013 22:40:50 +0000 Subject: [PATCH] Accepting request 203853 from home:dirkmueller:branches:GNOME:Factory PLEASE forward to FActory and also include a note to forward to 13.1 !! - disable neon also on ARMv6, doesn't exist there OBS-URL: https://build.opensuse.org/request/show/203853 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=74 --- pixman.changes | 5 +++++ pixman.spec | 10 ++-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/pixman.changes b/pixman.changes index c25f80d..48f4e04 100644 --- a/pixman.changes +++ b/pixman.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 19 11:25:39 UTC 2013 - dmueller@suse.com + +- disable neon also on ARMv6, doesn't exist there + ------------------------------------------------------------------- Wed Aug 7 21:44:44 UTC 2013 - dimstar@opensuse.org diff --git a/pixman.spec b/pixman.spec index 9386b9a..518fead 100644 --- a/pixman.spec +++ b/pixman.spec @@ -52,15 +52,9 @@ Pixman is a pixel manipulation library for X and cairo. %build #autoreconf -fi # -#Note about the ifarchs for arm: armv5 has no neon (like mmx on x86), but on armv7 neon is available on most boards. -# Thus make it possible to switch it on for v7 on its own. -# For now: disable neon on both +# For now: disable neon on all ARMv6/7 %configure \ -%ifarch armv5el armv5tel - --disable-arm-iwmmxt \ - --disable-arm-neon \ -%endif -%ifarch armv7el armv7l armv7hl +%ifarch %arm --disable-arm-iwmmxt \ --disable-arm-neon \ %endif