]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure.in
configure.in: new flags --with-ld and --with-as...
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 28 Sep 1998 15:52:01 +0000 (15:52 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Mon, 28 Sep 1998 15:52:01 +0000 (15:52 +0000)
commitab339d62c08bbac39c8f06a6daa0bcfc9acdf0a7
tree2bad8419651e95a4a3dc2aec3bd669571187570a
parent42820a49ddba6a9dc0d9acbde04adcf23a733619
configure.in: new flags --with-ld and --with-as...

* configure.in: new flags --with-ld and --with-as, equivalent
to setting LD and AS environment variables.  Test whether
specified arguments are GNU commands, and report them with
checking messages.  Use the specified AS for configure
tests too.
* configure: ditto
* acconfig.h: add DEFAULT_ASSEMBLER and DEFAULT_LINKER
* config.in: ditto
* gcc.c (find_a_file): when looking for `as' and `ld', return
the DEFAULT program if it exists
* collect2.c (main): use DEFAULT_LINKER if it exists
* gcc.c (find_a_file): the test for existence of a full
pathname was reversed

From-SVN: r22629
gcc/ChangeLog
gcc/acconfig.h
gcc/collect2.c
gcc/config.in
gcc/configure
gcc/configure.in
gcc/gcc.c