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:
04ab65d
)
(LIBC_PROG_BINUTILS): Use `-print-prog-name', not `-print-file-name'
author
drepper
<drepper>
Tue, 7 Apr 1998 13:46:31 +0000
(13:46 +0000)
committer
drepper
<drepper>
Tue, 7 Apr 1998 13:46:31 +0000
(13:46 +0000)
to find as and ld.
aclocal.m4
patch
|
blob
|
history
diff --git
a/aclocal.m4
b/aclocal.m4
index
c9a1a90
..
9613ec6
100644
(file)
--- a/
aclocal.m4
+++ b/
aclocal.m4
@@
-113,8
+113,8
@@
if test -n "$path_binutils"; then
path_binutils=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
CC="$CC -B$path_binutils"
fi
-AS=`$CC -print-
file
-name=as`
-LD=`$CC -print-
file
-name=ld`
+AS=`$CC -print-
prog
-name=as`
+LD=`$CC -print-
prog
-name=ld`
# Determine whether we are using GNU binutils.
AC_CACHE_CHECK(whether $AS is GNU as, libc_cv_prog_as_gnu,