Windows: add CONFIG_TLS_THREAD=y and swap pthreadGC2 to libwinpthread-1.
authorBruce Cran <bcran@fusionio.com>
Thu, 7 Nov 2013 14:04:00 +0000 (14:04 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Nov 2013 15:28:52 +0000 (08:28 -0700)
commit7d6be13abb5155045cd8b6bcd8a50fea5391a741
tree0b83f160c20302c493105e6a8ed72d61896abaa3
parentf01b34ae759afccf39c1bf47972e45d91448e7bb
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>
configure
os/windows/install.wxs