aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorKai Tietz <ktietz@redhat.com>2012-02-20 22:19:55 +0100
committerKai Tietz <ktietz@gcc.gnu.org>2012-02-20 22:19:55 +0100
commit0c0c63986e640554a88ce665f07cafa56182e1c4 (patch)
treeb01ff60c6d12574a3499ac54fe393683e855d590 /libgcc/config.host
parentd6f90f03e09a55424ed8c784cfed92b83dc2a345 (diff)
downloadgcc-0c0c63986e640554a88ce665f07cafa56182e1c4.zip
gcc-0c0c63986e640554a88ce665f07cafa56182e1c4.tar.gz
gcc-0c0c63986e640554a88ce665f07cafa56182e1c4.tar.bz2
config.host (i686-*-mingw*): Set md_unwind_header only for dw2-mode to w32-unwind.h header.
* config.host (i686-*-mingw*): Set md_unwind_header only for dw2-mode to w32-unwind.h header. From-SVN: r184405
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index ee1a62c..257622a 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -606,6 +606,7 @@ i[34567]86-*-mingw*)
tmake_eh_file="i386/t-sjlj-eh"
else
tmake_eh_file="i386/t-dw2-eh"
+ md_unwind_header=i386/w32-unwind.h
fi
# Shared libgcc DLL install dir depends on cross/native build.
if test x${build} = x${host} ; then
@@ -614,7 +615,6 @@ i[34567]86-*-mingw*)
tmake_dlldir_file="i386/t-dlldir-x"
fi
tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-slibgcc-cygming i386/t-cygming i386/t-mingw32 i386/t-crtfm i386/t-chkstk t-dfprules"
- md_unwind_header=i386/w32-unwind.h
;;
x86_64-*-mingw*)
case ${target_thread_file} in