diff options
author | Olivier Hainque <hainque@adacore.com> | 2014-09-17 13:04:49 +0000 |
---|---|---|
committer | Olivier Hainque <hainque@gcc.gnu.org> | 2014-09-17 13:04:49 +0000 |
commit | 580d22a375b6044233991bb753dd5b7fbf469ce8 (patch) | |
tree | 274a4d582aa36fe6a4cb16d2eeda7f19a3d535e8 /libgcc | |
parent | a3a5ee6efbde701f37130b27dadbcd8493b2a5e5 (diff) | |
download | gcc-580d22a375b6044233991bb753dd5b7fbf469ce8.zip gcc-580d22a375b6044233991bb753dd5b7fbf469ce8.tar.gz gcc-580d22a375b6044233991bb753dd5b7fbf469ce8.tar.bz2 |
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
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config.host | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 8814c8a..8922a3b 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -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 diff --git a/libgcc/config.host b/libgcc/config.host index 2f6569b..6fec2d2 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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" |