Searched refs:TryCompile (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/make/platform/ |
D | clang_linux.mk | 28 TryCompile = \ 40 ifeq ($(call TryCompile,$(CC),$(test_source),-m64),0) 45 ifeq ($(call TryCompile,$(CC),$(test_source),-m32),0)
|
/external/clang/runtime/compiler-rt/ |
D | Makefile | 117 TryCompile = \ macro 143 ifeq ($(call TryCompile,$(ToolDir)/clang,$(test_source),-m32),0)
|
/external/nanopb-c/tests/ |
D | SConstruct | 43 result = context.TryCompile("int main() {return 0;}", '.c')
|