diff -r fda76d0c4b84 -r 7a73b8b4ac8a common/autoconf/build-performance.m4 --- a/common/autoconf/build-performance.m4 Thu Apr 12 02:54:38 2018 -0700 +++ b/common/autoconf/build-performance.m4 Mon Apr 16 00:48:00 2018 -0700 @@ -169,8 +169,8 @@ if test "x$enable_ccache" = xyes; then AC_MSG_RESULT([yes]) OLD_PATH="$PATH" - if test "x$TOOLS_DIR" != x; then - PATH=$TOOLS_DIR:$PATH + if test "x$TOOLCHAIN_PATH" != x; then + PATH=$TOOLCHAIN_PATH:$PATH fi BASIC_REQUIRE_PROGS(CCACHE, ccache) CCACHE_STATUS="enabled"