clang: add clang-cpp link

This commit is contained in:
Andrea Brancaleoni 2015-08-05 10:06:39 +02:00
parent 1cc3fda726
commit c89482bf54
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ do_install() {
done
fi
ln -s /usr/bin/clang ${DESTDIR}/usr/bin/clang-cpp
# Remove llvm-config-host in cross builds.
if [ "$CROSS_BUILD" ]; then
rm -f ${DESTDIR}/usr/bin/llvm-config-host