diff options
author | Sam James <sam@gentoo.org> | 2022-06-09 03:56:22 +0100 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2022-06-21 10:16:44 +0200 |
commit | c376ff3287b9b0f78a4f8951313c6dae60cbdfea (patch) | |
tree | 567ce702791976e089e039eb1df8846861689052 /sysdeps/s390/s390-64/configure | |
parent | e5446dfea11e969212939197b606424a718d9b65 (diff) | |
download | glibc-c376ff3287b9b0f78a4f8951313c6dae60cbdfea.zip glibc-c376ff3287b9b0f78a4f8951313c6dae60cbdfea.tar.gz glibc-c376ff3287b9b0f78a4f8951313c6dae60cbdfea.tar.bz2 |
s390: use $READELF
We already check for it in root configure.ac with AC_CHECK_TOOL. Let's
use the result.
Tested on s390x-ibm-linux-gnu.
Signed-off-by: Sam James <sam@gentoo.org>
Reviewed-by: Stefan Liebler <stli@linux.ibm.com>
Diffstat (limited to 'sysdeps/s390/s390-64/configure')
-rw-r--r-- | sysdeps/s390/s390-64/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/s390-64/configure b/sysdeps/s390/s390-64/configure index 101c570..e1b419e 100644 --- a/sysdeps/s390/s390-64/configure +++ b/sysdeps/s390/s390-64/configure @@ -50,7 +50,7 @@ EOF ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; } \ - && { ac_try='! readelf -Wr conftest | grep R_390_TLS_TPOFF' + && { ac_try='! $READELF -Wr conftest | grep R_390_TLS_TPOFF' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 (eval $ac_try) 2>&5 ac_status=$? |