diff --git a/extra/ccache/build b/extra/ccache/build index 1c3f5fb6..071153ec 100755 --- a/extra/ccache/build +++ b/extra/ccache/build @@ -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 diff --git a/extra/ccache/version b/extra/ccache/version index 863fb33c..f1977bcf 100644 --- a/extra/ccache/version +++ b/extra/ccache/version @@ -1 +1 @@ -3.7.9 1 +3.7.9 2