OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCAL_CC
(Results
1 - 7
of
7
) sorted by null
/prebuilts/misc/darwin-x86/analyzer/bin/
ccc-analyzer
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" ] ; the
[
all
...]
ccc-syntax
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" ] ; the
[
all
...]
/prebuilts/misc/linux-x86/analyzer/bin/
ccc-analyzer
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" ] ; the
[
all
...]
ccc-syntax
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" ] ; the
[
all
...]
/build/make/core/
aux_toolchain.mk
47
LOCAL_CC
:= $(AUX_CC)
clear_vars.mk
27
LOCAL_CC
:=
binary.mk
53
my_cc := $(
LOCAL_CC
)
[
all
...]
Completed in 70 milliseconds