From 1cbb7b40b23b3e0c26e03c98da10d47622a41e0b Mon Sep 17 00:00:00 2001 From: mio Date: Fri, 20 Dec 2024 01:04:50 +0800 Subject: [PATCH] Allow have_pthread_jit_protect but not have_sprr_mrs --- qemu/configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/qemu/configure b/qemu/configure index 9a480fc7..db820ca1 100755 --- a/qemu/configure +++ b/qemu/configure @@ -2163,14 +2163,12 @@ int main() { EOF if ! compile_prog ""; then have_sprr_mrs='no' - have_pthread_jit_protect='no' else $TMPE if [ $? -eq 0 ]; then have_sprr_mrs='yes' else have_sprr_mrs='no' - have_pthread_jit_protect='no' fi fi fi