Skip to content

Commit

Permalink
auto merge of #7393 : alexcrichton/rust/enable-threads, r=catamorphism
Browse files Browse the repository at this point in the history
Closes #7071
  • Loading branch information
bors committed Jun 26, 2013
2 parents 22408d9 + 7f61b31 commit ebed4d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ebed4d0

Please sign in to comment.