diff --git a/qemu/configure b/qemu/configure index 8306d09f..d03a493a 100755 --- a/qemu/configure +++ b/qemu/configure @@ -1385,6 +1385,17 @@ if test "$mingw32" = "yes" ; then done fi +# Disable OpenBSD W^X if available +if test "$tcg" = "yes" && test "$targetos" = "OpenBSD"; then + cat > $TMPC <