remove non-portable sed invocation as brson says we no longer have clang in tree.

This commit is contained in:
Felix S. Klock II 2013-07-18 02:33:11 +02:00
parent 3d13d4b58d
commit a1cd1429fb
1 changed files with 0 additions and 3 deletions

3
configure vendored
View File

@ -921,9 +921,6 @@ 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