qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 3/8] configure: disable PIE for Windows builds


From: Alex Bennée
Subject: [PULL 3/8] configure: disable PIE for Windows builds
Date: Wed, 15 Apr 2020 11:42:06 +0100

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 <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>
Tested-by: Howard Spoelstra <address@hidden>
Tested-by: James Le Cuirot <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Message-Id: <address@hidden>

diff --git a/configure b/configure
index 25f7d915720..23b5e93752b 100755
--- a/configure
+++ b/configure
@@ -807,6 +807,7 @@ MINGW32*)
     audio_drv_list=""
   fi
   supported_os="yes"
+  pie="no"
 ;;
 GNU/kFreeBSD)
   bsd="yes"
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]