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

2020-01-07 Thread Alex Bennée
Richard Henderson writes: > 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: Philippe Mathieu-Daudé

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

2019-12-18 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. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Signed-off-by: R