config.host (x86_64-*-mingw*): Add i386/t-cygming to tmake_file and crtbegin.o +...
authorOlivier Hainque <hainque@adacore.com>
Wed, 17 Sep 2014 13:04:49 +0000 (13:04 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Wed, 17 Sep 2014 13:04:49 +0000 (13:04 +0000)
2014-09-17  Olivier Hainque  <hainque@adacore.com>

        * config.host (x86_64-*-mingw*): Add i386/t-cygming to tmake_file
        and crtbegin.o + crtend.o to extra_parts.

From-SVN: r215323

libgcc/ChangeLog
libgcc/config.host

index 8814c8a49ab80544ba02ec6bb3f7dfa80ff0b405..8922a3b3fa1e1174b386ed3f027bba6f9e67c9d0 100644 (file)
@@ -1,3 +1,8 @@
+2014-09-17  Olivier Hainque  <hainque@adacore.com>
+
+       * config.host (x86_64-*-mingw*): Add i386/t-cygming to tmake_file
+       and crtbegin.o + crtend.o to extra_parts.
+
 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
 
        * libgcc2.h (LIBGCC2_HAS_SF_MODE): Define using
index 2f6569bf8fbb5923b12069c2033fb5e7bb96c4be..6fec2d2dfcacd4896e0e6febb63e716a11766229 100644 (file)
@@ -694,8 +694,8 @@ x86_64-*-mingw*)
        else
                tmake_dlldir_file="i386/t-dlldir-x"
        fi
-       tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-slibgcc-cygming i386/t-mingw32 t-dfprules i386/t-crtfm i386/t-chkstk"
-       extra_parts="$extra_parts crtfastmath.o"
+       tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-slibgcc-cygming i386/t-cygming i386/t-mingw32 t-dfprules i386/t-crtfm i386/t-chkstk"
+       extra_parts="$extra_parts crtbegin.o crtend.o crtfastmath.o"
        ;;
 i[34567]86-*-interix[3-9]*)
        tmake_file="$tmake_file i386/t-interix i386/t-chkstk"