commit | 7d6be13abb5155045cd8b6bcd8a50fea5391a741 | [log] [tgz] |
---|---|---|
author | Bruce Cran <bcran@fusionio.com> | Thu Nov 07 14:04:00 2013 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Nov 26 08:28:52 2013 -0700 |
tree | 0b83f160c20302c493105e6a8ed72d61896abaa3 | |
parent | f01b34ae759afccf39c1bf47972e45d91448e7bb [diff] |
Windows: add CONFIG_TLS_THREAD=y and swap pthreadGC2 to libwinpthread-1. Since GCC 4.4, MinGW has supported TLS via the __thread keyword, so generate config-host.mak with CONFIG_TLS_THREAD=y. MinGW now uses a new threading library libwinpthread-1.dll: install it instead of pthreadGC2.dll. Signed-off-by: Jens Axboe <axboe@kernel.dk>