Home
last modified time | relevance | path

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

/external/minijail/
Dcommon.mk284 check_compile = $(shell printf '%b\n' $(1) | \
292 check_compile_cc = $(call check_compile,$(1),CC,c,CFLAGS,$(2),,$(2),$(3))
293 check_compile_cxx = $(call check_compile,$(1),CXX,c++,CXXFLAGS,$(2),,$(2),$(3))
299 check_libs_cc = $(call check_compile,$(1),CC,c,CFLAGS,,$(2),$(2),$(3))
300 check_libs_cxx = $(call check_compile,$(1),CXX,c++,CXXFLAGS,,$(2),$(2),$(3))
/external/modp_b64/
Dcommon.mk284 check_compile = $(shell printf '%b\n' $(1) | \
292 check_compile_cc = $(call check_compile,$(1),CC,c,CFLAGS,$(2),,$(2),$(3))
293 check_compile_cxx = $(call check_compile,$(1),CXX,c++,CXXFLAGS,$(2),,$(2),$(3))
299 check_libs_cc = $(call check_compile,$(1),CC,c,CFLAGS,,$(2),$(2),$(3))
300 check_libs_cxx = $(call check_compile,$(1),CXX,c++,CXXFLAGS,,$(2),$(2),$(3))
/external/jsoncpp/
Dmakerelease.py150 def check_compile( distcheck_top_dir, platform ): function
355 build_status, log_path = check_compile( distcheck_top_dir, platform )