Lines Matching refs:LOCAL_CC
6 # ccc-analyzer ARCH LOCAL_CC ...
11 # Android build system recognizes WITH_SYNTAX_CHECK and replace LOCAL_CC with our own ccc-syntax,
14 # CCC_CC: The origianl LOCAL_CC which does the real compilation and code-gen
25 LOCAL_CC="$2"
37 # If LOCAL_CC is not clang and not compiling in c++ mode, turn on -std=gnu89 by default
39 test "$LOCAL_CC" != "${LOCAL_CC%-x c++}" -o "$LOCAL_CC" = "${LOCAL_CC%-xc++}" && cxx_mode=true
40 if [ "$LOCAL_CC" = "${LOCAL_CC%clang}" -a "$cxx_mode" != "true" ] ; then
57 if [ "$LOCAL_CC" != "${LOCAL_CC%clang*}" ]; then
58 # Don't look for its own lib/clang/x.y/include when LOCAL_CC is clang
73 # and $LOCAL_CC
89 # which is LOCAL_CC w/o optional ccache (in "ccache gcc" format)
90 export CCC_CC="${LOCAL_CC##* }"