Home
last modified time | relevance | path

Searched refs:HAS_CC (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/templates/
DMakefile.template81 HAS_CC = $(shell which cc > /dev/null 2> /dev/null && echo true || echo false)
84 ifeq ($(HAS_CC),true)
/external/grpc-grpc/
DMakefile46 HAS_CC = $(shell which cc > /dev/null 2> /dev/null && echo true || echo false) macro
49 ifeq ($(HAS_CC),true)