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
This commit is contained in:
parent
0e3a4c9f32
commit
99fb0c91d4
@ -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
|
Wed Aug 7 21:44:44 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
10
pixman.spec
10
pixman.spec
@ -52,15 +52,9 @@ Pixman is a pixel manipulation library for X and cairo.
|
|||||||
%build
|
%build
|
||||||
#autoreconf -fi
|
#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.
|
# For now: disable neon on all ARMv6/7
|
||||||
# Thus make it possible to switch it on for v7 on its own.
|
|
||||||
# For now: disable neon on both
|
|
||||||
%configure \
|
%configure \
|
||||||
%ifarch armv5el armv5tel
|
%ifarch %arm
|
||||||
--disable-arm-iwmmxt \
|
|
||||||
--disable-arm-neon \
|
|
||||||
%endif
|
|
||||||
%ifarch armv7el armv7l armv7hl
|
|
||||||
--disable-arm-iwmmxt \
|
--disable-arm-iwmmxt \
|
||||||
--disable-arm-neon \
|
--disable-arm-neon \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user