diff --git a/configure b/configure index 287705a0e581e..71beb8214b9da 100755 --- a/configure +++ b/configure @@ -881,6 +881,10 @@ do ;; esac need_ok "LLVM configure failed" + + # Hack the tools Makefile to turn off the clang build + sed -i 's/clang//g' tools/Makefile + cd $CFG_BUILD_DIR fi