summaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-09 13:11:47 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-09 13:11:47 +0000
commit2d00fffd4167068f6fb99e0466d4a3ddf2177387 (patch)
treed05a38eaece2ace49f9adf3a1b67e7263aefabb4 /libgcc/config.host
parentdc8e697226c84728972499b5145390ca8b7a1be5 (diff)
downloadgcc-2d00fffd4167068f6fb99e0466d4a3ddf2177387.tar.gz
Use t-mingw-pthread on MingW
* config.host (i[34567]86-*-cygwin*): Move i386/t-mingw-pthread ... (i[34567]86-*-mingw*): ... here. (x86_64-*-mingw*): ... here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181203 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host11
1 files changed, 6 insertions, 5 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index 8af99f57987..03f94d972df 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -593,11 +593,6 @@ i[34567]86-*-cygwin*)
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-cygwin i386/t-crtfm i386/t-chkstk t-dfprules"
- case ${target_thread_file} in
- posix)
- tmake_file="i386/t-mingw-pthread $tmake_file"
- ;;
- esac
;;
i[34567]86-*-mingw*)
extra_parts="crtbegin.o crtend.o crtfastmath.o"
@@ -605,6 +600,9 @@ i[34567]86-*-mingw*)
win32)
tmake_file="$tmake_file i386/t-gthr-win32"
;;
+ posix)
+ tmake_file="i386/t-mingw-pthread $tmake_file"
+ ;;
esac
# This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
if test x$enable_sjlj_exceptions = xyes; then
@@ -626,6 +624,9 @@ x86_64-*-mingw*)
win32)
tmake_file="$tmake_file i386/t-gthr-win32"
;;
+ posix)
+ tmake_file="i386/t-mingw-pthread $tmake_file"
+ ;;
esac
# This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
if test x$enable_sjlj_exceptions = xyes; then