mirror of
https://github.com/MariaDB/server.git
synced 2026-04-18 06:15:32 +02:00
Enable BUILD scripts to work with clang
This commit is contained in:
parent
163be5fd8c
commit
60335ba16c
2 changed files with 3 additions and 2 deletions
|
|
@ -276,7 +276,7 @@ then
|
|||
CCACHE_GCOV_VERSION_ENABLED=1
|
||||
fi
|
||||
|
||||
if ccache -V > /dev/null 2>&1 && test "$CCACHE_GCOV_VERSION_ENABLED" = "1"
|
||||
if ccache -V > /dev/null 2>&1 && test "$CCACHE_GCOV_VERSION_ENABLED" = "1" && test "$CC" = "gcc"
|
||||
then
|
||||
if test -x /usr/lib64/ccache/gcc
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue