aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorChristopher Faylor <cgf@redhat.com>2004-02-22 21:50:52 +0000
committerChristopher Faylor <cgf@gcc.gnu.org>2004-02-22 21:50:52 +0000
commit56d03a4010155be19d3f44e6410a16afd3b58f4e (patch)
tree64ab478028bfea1247227150b3495c198c6da987 /gcc
parent5e20bdd7298dfa02e6908bbba92bfd7e3e994025 (diff)
downloadgcc-56d03a4010155be19d3f44e6410a16afd3b58f4e.zip
gcc-56d03a4010155be19d3f44e6410a16afd3b58f4e.tar.gz
gcc-56d03a4010155be19d3f44e6410a16afd3b58f4e.tar.bz2
config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): *Really* specify extra host object file when...
* config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): *Really* specify extra host object file when targetting cygwin rather than generic object files. From-SVN: r78278
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