Lines Matching refs:HOST_OS
90 HOST_OS := $(strip $(HOST_OS))
91 ifndef HOST_OS
98 HOST_OS := windows
103 HOST_OS := linux
106 HOST_OS := darwin
110 HOST_OS := windows
112 ifeq ($(HOST_OS),)
113 $(call __ndk_info,Unable to determine HOST_OS from uname -s: $(UNAME))
114 $(call __ndk_info,Please define HOST_OS in your environment.)
118 $(call ndk_log,Host OS was auto-detected: $(HOST_OS))
120 $(call ndk_log,Host OS from environment: $(HOST_OS))
125 ifeq ($(HOST_OS),windows)
130 else # HOST_OS != windows
143 endif # HOST_OS != windows
149 HOST_TAG := $(HOST_OS)-$(HOST_ARCH)
155 #ifeq ($(HOST_OS),windows)