libopenal: neon broken on armv7* as well
Disable neon for all arm* targets.
This commit is contained in:
@@ -15,7 +15,7 @@ checksum=a341f8542f1f0b8c65241a17da13d073f18ec06658e1a1606a8ecc8bbc2b3314
|
|||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
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;"
|
sed -i CMakeLists.txt -e"s;arm_neon.h;arm_neon.xxx;"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user