Revert "GCC 14.2 segfaults when compiling libaom on arm"

CG-NG merged the fix

This reverts commit 85f7a398d55b10b9dd4364b816b8292acc88129b.
This commit is contained in:
BtbN 2024-08-25 01:43:47 +02:00
parent 35cf21f1e1
commit 5fac11b9e1

View File

@ -5,8 +5,6 @@ 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
} }