diff --git a/configure b/configure index 287705a0e58..71beb8214b9 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