]> git.proxmox.com Git - mirror_qemu.git/commit
build: Don't specify -no-pie for --static user-mode programs
authorWarner Losh <imp@bsdimp.com>
Fri, 10 Feb 2023 18:12:46 +0000 (11:12 -0700)
committerWarner Losh <imp@bsdimp.com>
Wed, 1 Mar 2023 18:09:18 +0000 (11:09 -0700)
commita365689f20f514eee248bc2d6db01a5b10ba26bd
tree3c4512682ac4ec4580b665740c9a95cc3922ca60
parent4cf41e80848bdca274b350b878881e2fa809ea0a
build: Don't specify -no-pie for --static user-mode programs

When building with clang, -no-pie gives a warning on every single build,
so remove it.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
configure