changeset 23428 | 3c8a05bf4656 |
parent 22721 | 63761da45392 |
child 23985 | 39f417e8c59f |
--- a/common/autoconf/build-performance.m4 Wed Mar 26 16:56:58 2014 -0700 +++ b/common/autoconf/build-performance.m4 Fri Mar 28 14:59:56 2014 +0100 @@ -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"