Home | History | Annotate | Download | only in diag-build

Lines Matching refs:CXX

9 # you to manually specify "dry-run" and "use $CC and $CXX"; if there is a build
48 if [[ -z "$CXX" ]]; then
50 CXX=$(dirname $0)/clang++
52 CXX=$(which clang++)
54 CXX=$CC
77 set_compiler="CC='$CC' CXX='$CXX'"
80 set_compiler="CC='$CC' CXX='$CXX'"
84 # FIXME: We really only need $CC /or/ $CXX
95 escCXX=$(escape $CXX)