qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v1 07/11] configure: disable PIE for Windows builds


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v1 07/11] configure: disable PIE for Windows builds
Date: Fri, 10 Apr 2020 12:55:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 4/9/20 11:15 PM, Alex Bennée wrote:
It seems on some compilers the test can pass but still give you
broken binaries.

[AJB untested - please could windows users test]

Fixes: d2cd29e30736
Fixes: https://bugs.launchpad.net/qemu/+bug/1871798
Cc: Bug 1871798 <address@hidden>
Cc: James Le Cuirot <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>
---
  configure | 1 +
  1 file changed, 1 insertion(+)

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


Reviewed-by: Philippe Mathieu-Daudé <address@hidden>




reply via email to

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