* config.gcc (i[34567]86-*-mingw32*): Enable threads by default.
From-SVN: r84255
This commit is contained in:
parent
c03e0096ad
commit
50c0d3fde0
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user