Browse Source

* fixed ccache parse-config to use host uname instead of the

wrapper in stage toolchain.


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21575 10447126-35f2-4685-b0cf-6dd780d3921f
early
Minto van der Sluis 18 years ago
parent
commit
4a45187b62
  1. 2
      develop/ccache/parse-config

2
develop/ccache/parse-config vendored

@ -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

Loading…
Cancel
Save