Searched defs:HOST_OS (Results 1 - 1 of 1) sorted by relevance

/build/core/
H A Denvsetup.mk46 # HOST_OS
48 HOST_OS := linux macro
51 HOST_OS := darwin macro
54 HOST_OS := darwin macro
60 BUILD_OS := $(HOST_OS)
64 ifeq ($(HOST_OS),linux)
70 ifeq ($(HOST_OS),)
71 $(error Unable to determine HOST_OS from uname -sm: $(UNAME)!)
103 # We don't want to move all the prebuilt host tools to a $(HOST_OS)-x86_64 dir.
219 HOST_OUT_release := $(HOST_OUT_ROOT_release)/$(HOST_OS)
[all...]

Completed in 23 milliseconds