Home
last modified time | relevance | path

Searched refs:TryCompile (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/make/platform/
Dclang_linux.mk28 TryCompile = \
40 ifeq ($(call TryCompile,$(CC),$(test_source),-m64),0)
45 ifeq ($(call TryCompile,$(CC),$(test_source),-m32),0)
/external/clang/runtime/compiler-rt/
DMakefile117 TryCompile = \ macro
143 ifeq ($(call TryCompile,$(ToolDir)/clang,$(test_source),-m32),0)
/external/nanopb-c/tests/
DSConstruct43 result = context.TryCompile("int main() {return 0;}", '.c')