diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-30 05:32:18 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-30 05:32:18 +0000 |
commit | 4c34e98c7bf1e13e0107768ef4a161fb823c4f7f (patch) | |
tree | bdc0ec116a51bb743ae2f46fa59bdfd1553bc9d5 /gcc/config.host | |
parent | bb2327a8596e13142cdade6cbf57945f3cd56e0f (diff) | |
download | gcc-4c34e98c7bf1e13e0107768ef4a161fb823c4f7f.tar.gz |
* 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
Diffstat (limited to 'gcc/config.host')
-rw-r--r-- | gcc/config.host | 1 |
1 files changed, 0 insertions, 1 deletions
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*) |