Searched refs:CXXCOMPILER (Results 1 – 1 of 1) sorted by relevance
125 CXXCOMPILER=$(which $HOSTCXX_NOCCACHE 2> /dev/null)126 if [ -z "$CXXCOMPILER" ] ; then127 CXXCOMPILER=$(which c++ 2> /dev/null)130 if [ -z "$CXXCOMPILER" ] ; then134 if [ ! -z "$CXXCOMPILER" ] ; then135 CXXCOMPILER_VERSION=$($CXXCOMPILER -v 2>&1 | sed -n '/^gcc version/p' |