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
|
||||
|
||||
|
10
pixman.spec
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user