OSDN Git Service

* gcc.c: Add linker spec.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Apr 1998 20:51:28 +0000 (20:51 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Apr 1998 20:51:28 +0000 (20:51 +0000)
commit0c7879926ab27274a2f6437841907c30be1ba769
tree126d2a145b4faeac130fc25530eea4daca1beda3
parenta94a5a60a3ff161982199f57fd85224d7f75c188
    * gcc.c: Add linker spec.
        (link_command_spec): Use %(linker) instead of ld.
        (main): If collect2 is requested as the linker, see if it exists;
        if not, use ld instead.
        * Makefile.in (USE_COLLECT2): It's named collect2 now, not ld.
        (ld:) Deleted.
        (install-collect2): Install as collect2, not ld.
        * configure.in(will_use_collect2): It's named collect2 now.
        * collect2: Remove checks to see if we were invoked recursively.
        (collect_execute): Use _spawnvp under cygwin32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19022 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/collect2.c
gcc/configure
gcc/configure.in
gcc/gcc.c