From: Joel Rosdahl Date: Wed, 28 Apr 2010 06:30:01 +0000 (+0200) Subject: Use better compiler location default in perf.sh X-Git-Tag: v3.0pre1~46 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6663eebc6069e745a1cb6d9d90c03bfffba163f9;p=thirdparty%2Fccache.git Use better compiler location default in perf.sh --- diff --git a/perf.sh b/perf.sh index 23b768758..62ad1d827 100755 --- a/perf.sh +++ b/perf.sh @@ -50,7 +50,7 @@ elapsed() { if [ -n "$CXX" ]; then cxx="$CXX" else - cxx=c++ + cxx=/usr/bin/c++ fi ccache=../ccache