diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-08-16 08:20:51 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-08-16 08:20:51 +0000 |
commit | a3d389525a8e09391e2ca6385fad74198e0a6412 (patch) | |
tree | d8c79a41bff9f71549b749932f021cbbaccb8082 | |
parent | c1e940a6c6981652016ae4933bdaf85825f9bb84 (diff) | |
download | gcc-a3d389525a8e09391e2ca6385fad74198e0a6412.tar.gz |
Oops - this should have been part of r116159, but I forgot to include it on the commit command line. Doh!
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116180 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 058fef7975b..7ea15d34b5e 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1275,7 +1275,10 @@ i[34567]86-*-mingw32*) extra_objs="winnt.o winnt-stubs.o" cxx_target_objs=winnt-cxx.o case ${enable_threads} in - "" | yes | win32) thread_file='win32' ;; + "" | yes | win32) + thread_file='win32' + tmake_file="${tmake_file} i386/t-gthr-win32" + ;; esac case ${target} in *mingw32crt*) |