ccache: Drop clang (for now)

This commit is contained in:
Dylan Araps 2020-04-29 09:52:46 +03:00
parent 7068a6dce8
commit 06dba77201
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ mkdir -p "$1/usr/lib/ccache/bin"
host=$(cc -dumpmachine)
for link in cc gcc g++ cpp c++ clang clang++ \
for link in cc gcc g++ cpp c++ \
"$host-cc" "$host-gcc" "$host-g++" "$host-cpp" "$host-c++"; do
ln -sf /usr/bin/ccache "$1/usr/lib/ccache/bin/$link"
done

View File

@ -1 +1 @@
3.7.9 1
3.7.9 2