Commit 5f875c8f by Mike Stump Committed by Mike Stump

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
parent d892f288
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
......
......@@ -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*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment