* config.gcc (i[34567]86-*-mingw32*): Enable threads by default.

From-SVN: r84255
This commit is contained in:
Aaron W. LaFramboise 2004-07-08 01:28:54 +00:00 committed by Per Bothner
parent c03e0096ad
commit 50c0d3fde0
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2004-05-28 Aaron W. LaFramboise <aaronraolete36@aaronwl.com>
* config.gcc (i[34567]86-*-mingw32*): Enable threads by default.
2004-07-07 Per Bothner <per@bothner.com>
* flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.

View File

@ -1037,9 +1037,9 @@ i[34567]86-*-mingw32*)
tmake_file="i386/t-cygming i386/t-mingw32"
target_gtfiles="\$(srcdir)/config/i386/winnt.c"
extra_objs=winnt.o
if test x$enable_threads = xyes; then
thread_file='win32'
fi
case ${enable_threads} in
"" | yes | win32) thread_file='win32' ;;
esac
case ${target} in
*mingw32crt*)
tm_file="${tm_file} i386/crtdll.h"