]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure.ac
configure.ac (gcc_cv_ld): Prefer in-tree ld over whatever the top-level detects...
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 25 May 2004 19:46:49 +0000 (19:46 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Tue, 25 May 2004 19:46:49 +0000 (19:46 +0000)
commit08d105faa5a0d6ce749e66f9485cace10ea3a375
treeda15d18ba1bd4611a7c431b2ffb0812fc12b0da0
parent4fc4dd12a4709902916130fa0cb01209341bb0b4
configure.ac (gcc_cv_ld): Prefer in-tree ld over whatever the top-level detects...

* 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.

From-SVN: r82258
gcc/ChangeLog
gcc/configure
gcc/configure.ac