config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the default.

* config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
	default.

From-SVN: r67101
This commit is contained in:
Mike Stump 2003-05-22 22:08:43 +00:00 committed by Mike Stump
parent d892f28886
commit 5f875c8fc6
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-05-22 Mike Stump <mrs@apple.com>
* config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
default.
2003-05-22 DJ Delorie <dj@redhat.com>
* calls.c (expand_call): If the arg block is going to grow

View File

@ -506,8 +506,6 @@ case $machine in
c_target_objs="darwin-c.o"
cxx_target_objs="darwin-c.o"
extra_parts="crt2.o"
# Darwin linker does collect2 functionality
use_collect2=no
extra_objs="darwin.o"
;;
*-*-vxworks*)