On 18/12/2019 04.19, Richard Henderson wrote: > Recent toolchains support static and pie at the same time. > > As with normal dynamic builds, allow --static to default to PIE > if supported by the toolchain. Allow --enable/--disable-pie to > override the default. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > configure | 17 +++++++++++------ > 1 file changed, 11 insertions(+), 6 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>