Commit 56d03a40 by Christopher Faylor Committed by Christopher Faylor

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
parent 5e20bdd7
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> 2004-02-22 Josef Zlomek <zlomekj@suse.cz>
Merge from tree-ssa: Merge from tree-ssa:
......
...@@ -1023,7 +1023,7 @@ i[34567]86-*-pe | i[34567]86-*-cygwin*) ...@@ -1023,7 +1023,7 @@ i[34567]86-*-pe | i[34567]86-*-cygwin*)
extra_objs=winnt.o extra_objs=winnt.o
c_target_objs=cygwin2.o c_target_objs=cygwin2.o
cxx_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 if test x$enable_threads = xyes; then
thread_file='posix' thread_file='posix'
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment