* configure.ac (gcc_cv_ld): Prefer in-tree ld over whatever the
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 2004 19:46:49 +0000 (19:46 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 2004 19:46:49 +0000 (19:46 +0000)
commit5822029019a1746f9e29fc0dea32f9347d5913ad
treeda15d18ba1bd4611a7c431b2ffb0812fc12b0da0
parent27e3aebdd75cfc6db3bf5a0362f31e519e1acc71
* configure.ac (gcc_cv_ld): Prefer in-tree ld over whatever the
top-level detects, except when in-tree ld is being cross-built.
(gcc_cv_as): Likewise for as.  Use AS_FOR_TARGET otherwise, and
then AS only if target is host.
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82258 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/configure
gcc/configure.ac