Re: [PATCH v2 7/7] configure: Support -static-pie if requested

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

[PATCH v2 7/7] configure: Support -static-pie if requested

2019-12-18 Thread Richard Henderson
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 --- v2: Fix --disable-pie --static --- configure | 19