diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-06-25 17:42:28 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-06-25 17:42:28 -0700 |
| commit | 7f61b31f5f7aed3e6a4582a8a792df8378e1c6f0 (patch) | |
| tree | 1b8b3a302494de879291307fe97c263aadafd267 | |
| parent | 032dcc57e8876e960837c3a050be2c7570e7eafd (diff) | |
| download | rust-7f61b31f5f7aed3e6a4582a8a792df8378e1c6f0.tar.gz rust-7f61b31f5f7aed3e6a4582a8a792df8378e1c6f0.zip | |
Stop passing --disable-threads to LLVM
| -rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure index 1c658af9fee..d0a98fbfa75 100755 --- a/configure +++ b/configure @@ -834,9 +834,7 @@ do LLVM_TARGET="--target=$t" # Disable unused LLVM features - LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs \ - --enable-bindings=none --disable-threads \ - --disable-pthreads" + LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs --enable-bindings=none" case "$CFG_C_COMPILER" in ("ccache clang") |
