Allow have_pthread_jit_protect but not have_sprr_mrs

This commit is contained in:
mio
2024-12-20 01:04:50 +08:00
parent a540df45a6
commit 1cbb7b40b2

2
qemu/configure vendored
View File

@@ -2163,14 +2163,12 @@ int main() {
EOF EOF
if ! compile_prog ""; then if ! compile_prog ""; then
have_sprr_mrs='no' have_sprr_mrs='no'
have_pthread_jit_protect='no'
else else
$TMPE $TMPE
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
have_sprr_mrs='yes' have_sprr_mrs='yes'
else else
have_sprr_mrs='no' have_sprr_mrs='no'
have_pthread_jit_protect='no'
fi fi
fi fi
fi fi