Allow have_pthread_jit_protect but not have_sprr_mrs
This commit is contained in:
2
qemu/configure
vendored
2
qemu/configure
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user