config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the default.
authorMike Stump <mrs@apple.com>
Thu, 22 May 2003 22:08:43 +0000 (22:08 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 22 May 2003 22:08:43 +0000 (22:08 +0000)
* config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
default.

From-SVN: r67101

gcc/ChangeLog
gcc/config.gcc

index 1a509ef5d882a3dc584a4ddbed1ff63ed2538b54..453fea87ae4cc980997d2c3c4a78ac2955a33d53 100644 (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
index 9256c27f4762d60a32e8ae81082c7a2533a812ba..91ab22711c1a7008273b042aaf148efa80f1bdc0 100644 (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*)