projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0c7d44
)
Remove a.out file created by assembler test.
author
drepper
<drepper>
Tue, 30 Sep 1997 16:03:58 +0000
(16:03 +0000)
committer
drepper
<drepper>
Tue, 30 Sep 1997 16:03:58 +0000
(16:03 +0000)
aclocal.m4
patch
|
blob
|
history
diff --git
a/aclocal.m4
b/aclocal.m4
index
3c8e794
..
582e0a8
100644
(file)
--- 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,