]> git.lizzy.rs Git - rust.git/commit
auto merge of #11013 : klutzy/rust/win-no-pthread, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 18 Dec 2013 20:16:35 +0000 (12:16 -0800)
committerbors <bors@rust-lang.org>
Wed, 18 Dec 2013 20:16:35 +0000 (12:16 -0800)
commitc87b9d37f7a72e8632af676c2bb579f8967d9cd8
tree1f2d7a0f1faee2b07182be981e0d2ba74d11e9e6
parent6d2e61bc6cadcfde6952913b7e170ded57f7b0dd
parentb0a9937a6d252eaf6c936284c377227ae510cc0f
auto merge of #11013 : klutzy/rust/win-no-pthread, r=alexcrichton

llvm supports both win32 native threads and pthread,
but configure tries to find pthread first.
This manually disables pthread to use native api.

This removes libpthreads-2.dll dependency on librustc.