config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): *Really* specify extra host object...
authorChristopher Faylor <cgf@redhat.com>
Sun, 22 Feb 2004 21:50:52 +0000 (21:50 +0000)
committerChristopher Faylor <cgf@gcc.gnu.org>
Sun, 22 Feb 2004 21:50:52 +0000 (21:50 +0000)
* 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

gcc/ChangeLog
gcc/config.gcc

index 77442759de7c14cf1552d6c9cc803d7512ae8af9..3c1ef94260c75a39a853de5fe13925b2c866a1bb 100644 (file)
@@ -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:
index b7946d9ca7c8961d4d0dcad7576bbe0d595f9e81..b8b118f778d239013474b9cfc809ba32ba4cacee 100644 (file)
@@ -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