Home | History | Annotate | Download | only in bin

Lines Matching refs:LOCAL_CXX

6 #    ccc-analyzer ARCH LOCAL_CXX ...
11 # Android build system recognizes WITH_SYNTAX_CHECK and replace LOCAL_CXX with our own cxx-syntax,
14 # CCC_CXX: The origianl LOCAL_CXX which does the real compilation and code-gen
25 LOCAL_CXX="$2"
54 if [ "$LOCAL_CXX" != "${LOCAL_CXX%clang++*}" ]; then
55 # Don't look for its own lib/clang/x.y/include when LOCAL_CXX is clang
70 # and $LOCAL_CXX
110 # which is LOCAL_CXX w/o optional ccache (in "ccache g++" format)
111 export CCC_CXX="${LOCAL_CXX##* }"