Home
last modified time | relevance | path

Searched refs:HOST_SYSTEM (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/examples/cpp/route_guide/
DMakefile17 HOST_SYSTEM = $(shell uname | cut -f 1 -d_) macro
18 SYSTEM ?= $(HOST_SYSTEM)
/external/grpc-grpc/examples/cpp/helloworld/
DMakefile17 HOST_SYSTEM = $(shell uname | cut -f 1 -d_) macro
18 SYSTEM ?= $(HOST_SYSTEM)
/external/grpc-grpc/templates/
DMakefile.template63 HOST_SYSTEM = $(shell uname | cut -f 1 -d_)
64 SYSTEM ?= $(HOST_SYSTEM)
/external/grpc-grpc/
DMakefile28 HOST_SYSTEM = $(shell uname | cut -f 1 -d_) macro
29 SYSTEM ?= $(HOST_SYSTEM)