summaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>2014-09-17 13:04:49 +0000
committerhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>2014-09-17 13:04:49 +0000
commit0624d0c76b791662092f4596b2a2393bf4bb32d5 (patch)
tree274a4d582aa36fe6a4cb16d2eeda7f19a3d535e8 /libgcc/config.host
parent5c4533b07e38d1daebf3677556a946c93ed075b7 (diff)
downloadgcc-0624d0c76b791662092f4596b2a2393bf4bb32d5.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215323 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index 2f6569bf8fb..6fec2d2dfca 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"