From: Alex Bennée Date: Tue, 14 Apr 2020 20:06:22 +0000 (+0100) Subject: configure: disable PIE for Windows builds X-Git-Tag: qemu-xen-4.14.0~15^2~5 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=469a788cdd3c618ef1b8a23a339510082b3eeea7;p=qemu-xen.git configure: disable PIE for Windows builds It seems on some compilers the test can pass but still give you broken binaries. Fixes: d2cd29e30736 Fixes: https://bugs.launchpad.net/qemu/+bug/1871798 Cc: Bug 1871798 <1871798@bugs.launchpad.net> Signed-off-by: Alex Bennée Tested-by: Howard Spoelstra Tested-by: James Le Cuirot Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20200414200631.12799-9-alex.bennee@linaro.org> --- diff --git a/configure b/configure index 25f7d91572..23b5e93752 100755 --- a/configure +++ b/configure @@ -807,6 +807,7 @@ MINGW32*) audio_drv_list="" fi supported_os="yes" + pie="no" ;; GNU/kFreeBSD) bsd="yes"