aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config.gcc2
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7744275..3c1ef94 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-22 Christopher Faylor <cgf@redhat.com>
+
+ * config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): *Really* specify
+ extra host object file when targetting cygwin rather than generic
+ object files.
+
2004-02-22 Josef Zlomek <zlomekj@suse.cz>
Merge from tree-ssa:
diff --git a/gcc/config.gcc b/gcc/config.gcc
index b7946d9..b8b118f 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1023,7 +1023,7 @@ i[34567]86-*-pe | i[34567]86-*-cygwin*)
extra_objs=winnt.o
c_target_objs=cygwin2.o
cxx_target_objs=cygwin2.o
- host_extra_objs=cygwin1.o
+ host_extra_gcc_objs=cygwin1.o
if test x$enable_threads = xyes; then
thread_file='posix'
fi