From 7f61b31f5f7aed3e6a4582a8a792df8378e1c6f0 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 25 Jun 2013 17:42:28 -0700 Subject: [PATCH] Stop passing --disable-threads to LLVM --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index 1c658af9feed2..d0a98fbfa75c4 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")