config.host (i[34567]86-*-mingw32*): Don't set host_can_use_collect2 to no.
authorIan Lance Taylor <ian@airs.com>
Wed, 30 Mar 2005 05:32:18 +0000 (05:32 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 30 Mar 2005 05:32:18 +0000 (05:32 +0000)
* config.host (i[34567]86-*-mingw32*): Don't set
host_can_use_collect2 to no.

From-SVN: r97236

gcc/ChangeLog
gcc/config.host

index ad34f0ea119b5c606f0c33eb366bacc8be52948e..59cad86c6ef1734a86a8b3837ec4024be52f5a0b 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-30  Ian Lance Taylor  <ian@airs.com>
+
+       * config.host (i[34567]86-*-mingw32*): Don't set
+       host_can_use_collect2 to no.
+
 2005-03-30  Alan Modra  <amodra@bigpond.net.au>
 
        PR target/20203
index cb1e9a6058bbe1cdcc06808ad53b85f9308845a0..64280c9436cd94cdb5702100354edc7b401bef35 100644 (file)
@@ -154,7 +154,6 @@ case ${host} in
     host_xm_file=i386/xm-mingw32.h
     host_xmake_file=i386/x-mingw32
     host_exeext=.exe
-    host_can_use_collect2=no
     out_host_hook_obj=host-mingw32.o
     ;;
   i[34567]86-*-uwin*)