OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TGT_CC
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/build/make/
Makefile
39
TGT_CC
:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
50
$(if $(filter vs%,$(
TGT_CC
)),make NO_LAUNCH_DEVENV=1;) \
75
TGT_CC
:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile
35
TGT_CC
:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
46
$(if $(filter vs%,$(
TGT_CC
)),make NO_LAUNCH_DEVENV=1;) \
76
TGT_CC
:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.mk
23
ifeq ($(filter icc gcc,$(
TGT_CC
)), $(
TGT_CC
))
33
ifeq ($(filter rvct,$(
TGT_CC
)), $(
TGT_CC
))
Completed in 35 milliseconds