Re: [PATCH 6/7] configure: Override the os default with --disable-pie

2019-12-18 Thread Philippe Mathieu-Daudé
On 12/18/19 4:19 AM, Richard Henderson wrote: 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. Signed-off-by: Richard Henderso

Re: [PATCH 6/7] configure: Override the os default with --disable-pie

2019-12-18 Thread Thomas Huth
On 18/12/2019 04.19, Richard Henderson wrote: > 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. > > Signed-off-by: Rich

[PATCH 6/7] configure: Override the os default with --disable-pie

2019-12-17 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- configure | 25 -