From: Mike Stump Date: Thu, 22 May 2003 22:08:43 +0000 (+0000) Subject: config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the default. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f875c8fc6a2a0349cb3fd752396d4556e5a6c1a;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1a509ef5d88..453fea87ae4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-05-22 Mike Stump + + * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the + default. + 2003-05-22 DJ Delorie * calls.c (expand_call): If the arg block is going to grow diff --git a/gcc/config.gcc b/gcc/config.gcc index 9256c27f476..91ab22711c1 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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*)