Commit 60335ba1 authored by Monty's avatar Monty Committed by Sergei Golubchik

Enable BUILD scripts to work with clang

parent 163be5fd
...@@ -61,7 +61,8 @@ if [ -z "$just_configure" -a -z "$just_clean" ] ...@@ -61,7 +61,8 @@ if [ -z "$just_configure" -a -z "$just_clean" ]
then then
commands="$commands commands="$commands
$make $AM_MAKEFLAGS $AM_EXTRA_MAKEFLAGS" $make $AM_MAKEFLAGS $AM_EXTRA_MAKEFLAGS
$make tags"
if [ "x$strip" = "xyes" ] if [ "x$strip" = "xyes" ]
then then
......
...@@ -276,7 +276,7 @@ then ...@@ -276,7 +276,7 @@ then
CCACHE_GCOV_VERSION_ENABLED=1 CCACHE_GCOV_VERSION_ENABLED=1
fi 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 then
if test -x /usr/lib64/ccache/gcc if test -x /usr/lib64/ccache/gcc
then then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment