OSDN Git Service

* config.host (i[34567]86-*-mingw32*): Don't set
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Mar 2005 05:32:18 +0000 (05:32 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Mar 2005 05:32:18 +0000 (05:32 +0000)
host_can_use_collect2 to no.

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

gcc/ChangeLog
gcc/config.host

index ad34f0e..59cad86 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 cb1e9a6..64280c9 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*)