]> Git Repo - qemu.git/commit
configure: Override the os default with --disable-pie
authorRichard Henderson <[email protected]>
Wed, 18 Dec 2019 01:15:01 +0000 (15:15 -1000)
committerRichard Henderson <[email protected]>
Sat, 28 Mar 2020 21:09:45 +0000 (14:09 -0700)
commit2c674109c2da3f2e17b69f39e0b93b3f3d3dfa59
tree6181c609545518ef5e71a5cc726c437ce993834b
parente6cbd75158ea274ab98c13c9b73d2bc1d90aa50d
configure: Override the os default with --disable-pie

Some distributions, e.g. Ubuntu 19.10, enable PIE by default.
If for some reason one wishes to build a non-pie binary, we
must provide additional options to override.

At the same time, reorg the code to an elif chain.

Reviewed-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
---
v3: Update for QEMU_LDFLAGS.
configure
This page took 0.025223 seconds and 4 git commands to generate.