libopenal: neon broken on armv7* as well

Disable neon for all arm* targets.
This commit is contained in:
Jürgen Buchmüller 2017-02-10 01:55:38 +01:00
parent 28fa95152f
commit b8b09439ba

View file

@ -15,7 +15,7 @@ checksum=a341f8542f1f0b8c65241a17da13d073f18ec06658e1a1606a8ecc8bbc2b3314
pre_configure() {
case "$XBPS_TARGET_MACHINE" in
armv6*) # Hack to not compile (broken) arm_neon.h inlining of indirect function calls
arm*) # Hack to not compile (broken) arm_neon.h inlining of indirect function calls
sed -i CMakeLists.txt -e"s;arm_neon.h;arm_neon.xxx;"
;;
esac