diff --git a/develop/ccache/parse-config b/develop/ccache/parse-config index 539b3d2ab..9dcc7c976 100644 --- a/develop/ccache/parse-config +++ b/develop/ccache/parse-config @@ -25,7 +25,7 @@ else # wrap the sytem compiler ccache_dir=ccache if atstage toolchain; then - x=`uname -m | uname2arch` + x=`/bin/uname -m | uname2arch` var_append ccache_dir - $x fi