Skip to content

Commit 469a788

Browse files
committed
configure: disable PIE for Windows builds
It seems on some compilers the test can pass but still give you broken binaries. Fixes: d2cd29e Fixes: https://bugs.launchpad.net/qemu/+bug/1871798 Cc: Bug 1871798 <[email protected]> Signed-off-by: Alex Bennée <[email protected]> Tested-by: Howard Spoelstra <[email protected]> Tested-by: James Le Cuirot <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Message-Id: <[email protected]>
1 parent 988ae6c commit 469a788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,7 @@ MINGW32*)
807807
audio_drv_list=""
808808
fi
809809
supported_os="yes"
810+
pie="no"
810811
;;
811812
GNU/kFreeBSD)
812813
bsd="yes"

0 commit comments

Comments
 (0)