]> git.pld-linux.org Git - packages/libpng.git/commitdiff
don't try to enable neon on anything lower than armv7
authorJan Palus <atler@pld-linux.org>
Sat, 21 Nov 2020 00:05:10 +0000 (01:05 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 21 Nov 2020 00:05:10 +0000 (01:05 +0100)
even though it is claimed check is performed in runtime resulting binary
is armv7 and tagged to use neon even when compiling for lower target

libpng.spec

index 3f4db9298b72d90a9cb01de4f6128d039eba2cb3..5c60e861875279e3b891ba88d2955b5027e389f4 100644 (file)
@@ -152,7 +152,7 @@ Narzędzia do konwersji plików PNG z lub do plików PNM.
 
 %build
 %configure \
-%ifarch %{arm} aarch64
+%ifarch armv7l armv7hl armv7hnl armv8l armv8hl armv8hnl armv8hcnl aarch64
        --enable-arm-neon=check \
 %endif
 %ifarch mipsel mips64el
This page took 0.040243 seconds and 4 git commands to generate.