Re: [PATCH v2 5/7] configure: Unnest detection of -z, relro and -z, now

2020-01-07 Thread Alex Bennée
Richard Henderson writes: > There is nothing about these options that is related to PIE. > Use them unconditionally. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > v2: Do not split into two tests. > --- > configure | 9 ++--- > 1 file changed, 6 insertions(+), 3

Re: [PATCH v2 5/7] configure: Unnest detection of -z, relro and -z, now

2019-12-18 Thread Fangrui Song
On 2019-12-18, Philippe Mathieu-Daudé wrote: On 12/18/19 11:34 PM, Richard Henderson wrote: There is nothing about these options that is related to PIE. Use them unconditionally. Signed-off-by: Richard Henderson --- v2: Do not split into two tests. --- configure | 9 ++--- 1 file change

Re: [PATCH v2 5/7] configure: Unnest detection of -z, relro and -z, now

2019-12-18 Thread Philippe Mathieu-Daudé
On 12/18/19 11:34 PM, Richard Henderson wrote: There is nothing about these options that is related to PIE. Use them unconditionally. Signed-off-by: Richard Henderson --- v2: Do not split into two tests. --- configure | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git

[PATCH v2 5/7] configure: Unnest detection of -z,relro and -z,now

2019-12-18 Thread Richard Henderson
There is nothing about these options that is related to PIE. Use them unconditionally. Signed-off-by: Richard Henderson --- v2: Do not split into two tests. --- configure | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 7a646ec007..25032886