libopenal: neon broken on armv7* as well
Disable neon for all arm* targets.
This commit is contained in:
parent
28fa95152f
commit
b8b09439ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue