diff options
| author | klutzy <klutzytheklutzy@gmail.com> | 2013-12-17 03:39:44 +0900 |
|---|---|---|
| committer | klutzy <klutzytheklutzy@gmail.com> | 2013-12-18 09:48:58 +0900 |
| commit | 1890290ded2b56410b4b2e0dca4c1518b294a2b2 (patch) | |
| tree | 15ba81d661e1c0a9bc0d62aa1f0e77d54304785d /src/rustllvm | |
| parent | bf30a213c4de79ba46e3729558118669f207435e (diff) | |
| download | rust-1890290ded2b56410b4b2e0dca4c1518b294a2b2.tar.gz rust-1890290ded2b56410b4b2e0dca4c1518b294a2b2.zip | |
llvm: Disable pthread on mingw
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.
Diffstat (limited to 'src/rustllvm')
| -rw-r--r-- | src/rustllvm/llvm-auto-clean-trigger | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index bae0ad8fbc6..14dfc92097a 100644 --- a/src/rustllvm/llvm-auto-clean-trigger +++ b/src/rustllvm/llvm-auto-clean-trigger @@ -1,4 +1,4 @@ # If this file is modified, then llvm will be forcibly cleaned and then rebuilt. # The actual contents of this file do not matter, but to trigger a change on the # build bots then the contents should be changed so git updates the mtime. -2013-12-05 +2013-12-18 |
