Home | History | Annotate | Download | only in bin

Lines Matching refs:LOCAL_CC

6 #    ccc-syntax ARCH LOCAL_CC ...
9 # before calling "LOCAL_CC ..." for code generation. ARCH is translated
17 # Note that although Android build system doesn't call LOCAL_CC with any of
24 LOCAL_CC="$2"
39 # If LOCAL_CC is not clang and not compiling in c++ mode, turn on -std=gnu89 by default
41 test "$LOCAL_CC" != "${LOCAL_CC%-x c++}" -o "$LOCAL_CC" = "${LOCAL_CC%-xc++}" && cxx_mode=true
42 if [ "$LOCAL_CC" = "${LOCAL_CC%clang}" -a "$cxx_mode" != "true" ] ; then
59 if [ "$LOCAL_CC" != "${LOCAL_CC%clang*}" ]; then
60 # Don't look for its own lib/clang/x.y/include when LOCAL_CC is clang
75 # and $LOCAL_CC
97 $LOCAL_CC