From 06dba772010f064b71a333c9afc62a9fc9db556e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 29 Apr 2020 09:52:46 +0300 Subject: [PATCH] ccache: Drop clang (for now) --- extra/ccache/build | 2 +- extra/ccache/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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