Skip to content

Commit ebed4d0

Browse files
committed
auto merge of #7393 : alexcrichton/rust/enable-threads, r=catamorphism
Closes #7071
2 parents 22408d9 + 7f61b31 commit ebed4d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

configure

+1-3
Original file line numberDiff line numberDiff line change
@@ -834,9 +834,7 @@ do
834834
LLVM_TARGET="--target=$t"
835835

836836
# Disable unused LLVM features
837-
LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs \
838-
--enable-bindings=none --disable-threads \
839-
--disable-pthreads"
837+
LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs --enable-bindings=none"
840838

841839
case "$CFG_C_COMPILER" in
842840
("ccache clang")

0 commit comments

Comments
 (0)