From: Christopher Faylor Date: Sun, 22 Feb 2004 21:50:52 +0000 (+0000) Subject: config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): *Really* specify extra host object... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56d03a4010155be19d3f44e6410a16afd3b58f4e;p=gcc.git 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 --- 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 + + * 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 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