diff options
author | Sam James <sam@gentoo.org> | 2022-06-09 03:56:23 +0100 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2022-06-21 10:16:44 +0200 |
commit | 2249ec60a987f9a7aa585890de2bd365b3656d28 (patch) | |
tree | 0244f880f02b610c03bd7d6e499095d63fb0c951 /sysdeps/s390/s390-64/configure | |
parent | c376ff3287b9b0f78a4f8951313c6dae60cbdfea (diff) | |
download | glibc-2249ec60a987f9a7aa585890de2bd365b3656d28.zip glibc-2249ec60a987f9a7aa585890de2bd365b3656d28.tar.gz glibc-2249ec60a987f9a7aa585890de2bd365b3656d28.tar.bz2 |
s390: use LC_ALL=C for readelf call
Let's use LC_ALL=C as we do elsewhere for consistency.
Tested on s390x-ibm-linux-gnu.
See: 72bd208846535725ea28b8173e79ef60e57a968c
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 e1b419e..19a9c8a 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='! LC_ALL=C $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=$? |