From 2b0da5028dc85421dae2bbe67727b896569c814f Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 2 Dec 2022 16:00:28 -0300 Subject: 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 --- aclocal.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index 88db64a..7ab8ac0 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) -- cgit v1.1