From ab339d62c08bbac39c8f06a6daa0bcfc9acdf0a7 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 28 Sep 1998 15:52:01 +0000 Subject: 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/acconfig.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/acconfig.h') diff --git a/gcc/acconfig.h b/gcc/acconfig.h index 71dcb1c..0487570 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -86,4 +86,11 @@ /* Define if you want expensive run-time checks. */ #undef ENABLE_CHECKING + +/* Define to enable the use of a default assembler. */ +#undef DEFAULT_ASSEMBLER + +/* Define to enable the use of a default linker. */ +#undef DEFAULT_LINKER + @TOP@ -- cgit v1.1