Commit ffd7d6bf authored by unknown's avatar unknown
Browse files

More fully disable ccache when not compatible with gcov.

This helps on systems where `which gcc` really points to ccache.


BUILD/compile-pentium-gcov:
  More fully disable ccache when not compatible with gcov.
parent 76b4ccbd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@ then
  if test "$CCACHE_VER" == "2.4-gcov"
  then
    CCACHE_GCOV_VERSION_ENABLED=1
  else
    CCACHE_DISABLE=1
    export CCACHE_DISABLE
  fi
fi
export CCACHE_GCOV_VERSION_ENABLED