summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorcgf <cgf@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-22 21:50:52 +0000
committercgf <cgf@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-22 21:50:52 +0000
commit573c38eda12254f0906e86c2f7be3b3bf19dd155 (patch)
tree64ab478028bfea1247227150b3495c198c6da987 /gcc
parentfcc73461289f48c7fc1ce0201d8cc79c7fcfc1bd (diff)
downloadgcc-573c38eda12254f0906e86c2f7be3b3bf19dd155.tar.gz
* config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): *Really* specify extra
host object file when targetting cygwin rather than generic object files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78278 138bc75d-0d04-0410-961f-82ee72b054a4
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 77442759de7..3c1ef94260c 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 b7946d9ca7c..b8b118f778d 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