mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
ccache: Drop clang (for now)
This commit is contained in:
parent
7068a6dce8
commit
06dba77201
@ -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
|
||||
|
@ -1 +1 @@
|
||||
3.7.9 1
|
||||
3.7.9 2
|
||||
|
Loading…
Reference in New Issue
Block a user