GCC 14.2 segfaults when compiling libaom on arm

This commit is contained in:
BtbN 2024-08-10 13:33:35 +02:00
parent 02c4578ade
commit 85f7a398d5

View File

@ -5,6 +5,8 @@ SCRIPT_COMMIT="5632ebed19fc472dae0cbe26a89552af0ee814dd"
ffbuild_enabled() { ffbuild_enabled() {
[[ $TARGET == winarm64 ]] && return -1 [[ $TARGET == winarm64 ]] && return -1
# GCC segfaults, remove when fixed
[[ $TARGET == linuxarm64 ]] && return -1
return 0 return 0
} }