Commit 580d22a3 by Olivier Hainque Committed by Olivier Hainque

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

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

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
parent a3a5ee6e
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> 2014-09-12 Joseph Myers <joseph@codesourcery.com>
* libgcc2.h (LIBGCC2_HAS_SF_MODE): Define using * libgcc2.h (LIBGCC2_HAS_SF_MODE): Define using
......
...@@ -694,8 +694,8 @@ x86_64-*-mingw*) ...@@ -694,8 +694,8 @@ x86_64-*-mingw*)
else else
tmake_dlldir_file="i386/t-dlldir-x" tmake_dlldir_file="i386/t-dlldir-x"
fi 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" 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 crtfastmath.o" extra_parts="$extra_parts crtbegin.o crtend.o crtfastmath.o"
;; ;;
i[34567]86-*-interix[3-9]*) i[34567]86-*-interix[3-9]*)
tmake_file="$tmake_file i386/t-interix i386/t-chkstk" tmake_file="$tmake_file i386/t-interix i386/t-chkstk"
......
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