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

/build/core/
H A Denvsetup.mk102 # HOST_OS
104 HOST_OS := linux macro
107 HOST_OS := darwin macro
110 HOST_OS := darwin macro
116 BUILD_OS := $(HOST_OS)
120 ifeq ($(HOST_OS),linux)
127 ifeq ($(HOST_OS),)
128 $(error Unable to determine HOST_OS from uname -sm: $(UNAME)!)
160 # We don't want to move all the prebuilt host tools to a $(HOST_OS)-x86_64 dir.
308 HOST_OUT_release := $(HOST_OUT_ROOT_release)/$(HOST_OS)
[all...]
/build/make/core/
H A Denvsetup.mk102 # HOST_OS
104 HOST_OS := linux macro
107 HOST_OS := darwin macro
110 HOST_OS := darwin macro
116 BUILD_OS := $(HOST_OS)
120 ifeq ($(HOST_OS),linux)
127 ifeq ($(HOST_OS),)
128 $(error Unable to determine HOST_OS from uname -sm: $(UNAME)!)
160 # We don't want to move all the prebuilt host tools to a $(HOST_OS)-x86_64 dir.
308 HOST_OUT_release := $(HOST_OUT_ROOT_release)/$(HOST_OS)
[all...]

Completed in 3199 milliseconds