]> git.proxmox.com Git - mirror_qemu.git/commit
configure: check if --no-pie is supported first
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 15 Aug 2019 19:41:51 +0000 (19:41 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 10 Sep 2019 13:14:32 +0000 (14:14 +0100)
commit412aeacdc753e5830c56f284295cdda3c7b0a12b
treebc1e4e3d3fdb8f2d1748a4ff5e51d908aff22419
parent50d2dcaddb6bafe0ae466328c2bfa521e78ab833
configure: check if --no-pie is supported first

For whatever reason this doesn't trigger normally but because
compile_prog uses QEMU_CFLAGS we end up trying to build a -pie
--no-pie build which confuses compilers on some non-x86 hosts.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
configure