OSDN Git Service

* config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 May 2003 22:08:43 +0000 (22:08 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 May 2003 22:08:43 +0000 (22:08 +0000)
default.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67101 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 1a509ef..453fea8 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 9256c27..91ab227 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*)