]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: disable PIE for Windows builds
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 14 Apr 2020 20:06:22 +0000 (21:06 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 15 Apr 2020 10:38:23 +0000 (11:38 +0100)
commit469a788cdd3c618ef1b8a23a339510082b3eeea7
treec80542183deaae12f3014c706eb752c247c62b62
parent988ae6c3a76789ce0dbc2db0e94b2a333bb73507
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 <alex.bennee@linaro.org>
Tested-by: Howard Spoelstra <hsp.cat7@gmail.com>
Tested-by: James Le Cuirot <chewi@aura-online.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200414200631.12799-9-alex.bennee@linaro.org>
configure