diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-12-02 16:00:28 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-12-06 09:40:19 -0300 |
commit | 2b0da5028dc85421dae2bbe67727b896569c814f (patch) | |
tree | 63d3402b14b0c1227a285a57ca0c4163eddbb3fe /aclocal.m4 | |
parent | 6cfc50f40a5e59bc46d8b45bc7520f719e86af1e (diff) | |
download | glibc-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.m4 | 1 |
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) |