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
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