about summary refs log tree commit diff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-12-02 16:00:28 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-12-06 09:40:19 -0300
commit2b0da5028dc85421dae2bbe67727b896569c814f (patch)
tree63d3402b14b0c1227a285a57ca0c4163eddbb3fe /aclocal.m4
parent6cfc50f40a5e59bc46d8b45bc7520f719e86af1e (diff)
downloadglibc-2b0da5028dc85421dae2bbe67727b896569c814f.tar.gz
glibc-2b0da5028dc85421dae2bbe67727b896569c814f.tar.xz
glibc-2b0da5028dc85421dae2bbe67727b896569c814f.zip
configure: Remove AS check
The assembler is not issued directly, but rather always through CC
wrapper.  The binutils version check if done with LD instead.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 88db64a683..7ab8ac023b 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -118,7 +118,6 @@ case "$CC" in
     *fuse-ld=lld*) LDNAME=ld.lld;;
     *)             LDNAME=ld;;
 esac
-AS=`$CC -print-prog-name=as`
 LD=`$CC -print-prog-name=$LDNAME`
 AR=`$CC -print-prog-name=ar`
 AC_SUBST(AR)