Skip to content

Commit bda4dd3

Browse files
committed
auto merge of #5615 : brson/rust/noclang, r=brson
r? @graydon Closes #5403
2 parents 706ed6d + dd088af commit bda4dd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configure

+4
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,10 @@ do
881881
;;
882882
esac
883883
need_ok "LLVM configure failed"
884+
885+
# Hack the tools Makefile to turn off the clang build
886+
sed -i 's/clang//g' tools/Makefile
887+
884888
cd $CFG_BUILD_DIR
885889
fi
886890

0 commit comments

Comments
 (0)