From: Ian Lance Taylor Date: Wed, 30 Mar 2005 05:32:18 +0000 (+0000) Subject: config.host (i[34567]86-*-mingw32*): Don't set host_can_use_collect2 to no. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e5948c8335b0cb639d48d3c8aa1944f240f4d59d;p=gcc.git config.host (i[34567]86-*-mingw32*): Don't set host_can_use_collect2 to no. * config.host (i[34567]86-*-mingw32*): Don't set host_can_use_collect2 to no. From-SVN: r97236 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ad34f0ea119..59cad86c6ef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-03-30 Ian Lance Taylor + + * config.host (i[34567]86-*-mingw32*): Don't set + host_can_use_collect2 to no. + 2005-03-30 Alan Modra PR target/20203 diff --git a/gcc/config.host b/gcc/config.host index cb1e9a6058b..64280c9436c 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -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*)