From 4c34e98c7bf1e13e0107768ef4a161fb823c4f7f Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 30 Mar 2005 05:32:18 +0000 Subject: [PATCH] * config.host (i[34567]86-*-mingw32*): Don't set 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 | 5 +++++ gcc/config.host | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ad34f0ea119b..59cad86c6ef1 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 cb1e9a6058bb..64280c9436cd 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*) -- 2.47.3