aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2005-03-30 05:32:18 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2005-03-30 05:32:18 +0000
commite5948c8335b0cb639d48d3c8aa1944f240f4d59d (patch)
treebdc0ec116a51bb743ae2f46fa59bdfd1553bc9d5 /gcc
parent6f6e8901fbd26fe685ee5493c9a2d666596bdea6 (diff)
downloadgcc-e5948c8335b0cb639d48d3c8aa1944f240f4d59d.zip
gcc-e5948c8335b0cb639d48d3c8aa1944f240f4d59d.tar.gz
gcc-e5948c8335b0cb639d48d3c8aa1944f240f4d59d.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.host1
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ad34f0e..59cad86 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config.host b/gcc/config.host
index cb1e9a6..64280c9 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*)