configure: Unnest detection of -z,relro and -z,now
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 18 Dec 2019 00:00:39 +0000 (14:00 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 28 Mar 2020 21:09:45 +0000 (14:09 -0700)
commite6cbd75158ea274ab98c13c9b73d2bc1d90aa50d
treed86e27bda4f0867c4ad3ebdd1b248cef2ed7b32d
parentb26341241bbfe9cc126479a0dbed5d40d547f242
configure: Unnest detection of -z,relro and -z,now

There is nothing about these options that is related to PIE.
Use them unconditionally.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Fangrui Song <i@maskray.me>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
v2: Do not split into two tests.
v3: Update to QEMU_LDFLAGS.
configure