rust/src/etc/third-party
klutzy 1890290ded 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.
2013-12-18 09:48:58 +09:00
..
COPYING3
COPYING.RUNTIME
README.txt

Certain files in this distribution are covered by a different license than the rest of the Rust Project.
Specifically:

   - libgcc_s_dw2-1.dll and libstdc++6.dll are distributed under the terms of the GNU General Public License 
     with the GCC Runtime Library Exception as published by the Free Software Foundation; either version 3, 
     or (at your option) any later version.  See the files COPYING3 and COPYING.RUNTIME respectively.
     You can obtain a copy of the source of these libraries either here: http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/gcc-4.5.2-1/,
     or from the project website at http://gcc.gnu.org