diff options
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 3c8e794d21..582e0a8e7b 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -113,6 +113,7 @@ LD=`$CC -print-file-name=ld` # Determine whether we are using GNU binutils. AC_CACHE_CHECK(whether $AS is GNU as, libc_cv_prog_as_gnu, [LIBC_PROG_FOO_GNU($AS, libc_cv_prog_as_gnu=yes, libc_cv_prog_as_gnu=no)]) +rm -f a.out gnu_as=$libc_cv_prog_as_gnu AC_CACHE_CHECK(whether $LD is GNU ld, libc_cv_prog_ld_gnu, |