Skip to content

Commit 1cbb7b4

Browse files
committed
Allow have_pthread_jit_protect but not have_sprr_mrs
1 parent a540df4 commit 1cbb7b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

qemu/configure

-2
Original file line numberDiff line numberDiff line change
@@ -2163,14 +2163,12 @@ int main() {
21632163
EOF
21642164
if ! compile_prog ""; then
21652165
have_sprr_mrs='no'
2166-
have_pthread_jit_protect='no'
21672166
else
21682167
$TMPE
21692168
if [ $? -eq 0 ]; then
21702169
have_sprr_mrs='yes'
21712170
else
21722171
have_sprr_mrs='no'
2173-
have_pthread_jit_protect='no'
21742172
fi
21752173
fi
21762174
fi

0 commit comments

Comments
 (0)