Home
last modified time | relevance | path

Searched refs:HOST_OS (Results 1 – 14 of 14) sorted by relevance

/ndk/build/
Dndk-build117 HOST_OS=$(uname -s)
118 case $HOST_OS in
119 Darwin) HOST_OS=darwin;;
120 Linux) HOST_OS=linux;;
121 FreeBsd) HOST_OS=freebsd;;
122 CYGWIN*|*_NT-*) HOST_OS=cygwin;;
123 *) echo "ERROR: Unknown host operating system: $HOST_OS"
126 log "HOST_OS=$HOST_OS"
138 HOST_TAG="$HOST_OS-$HOST_ARCH"
161 HOST_TAG=$HOST_OS-$HOST_ARCH
/ndk/build/core/
Dinit.mk148 HOST_OS := $(strip $(HOST_OS))
149 ifndef HOST_OS
156 HOST_OS := windows
161 HOST_OS := linux
164 HOST_OS := darwin
168 HOST_OS := windows
170 ifeq ($(HOST_OS),)
171 $(call __ndk_info,Unable to determine HOST_OS from uname -s: $(UNAME))
172 $(call __ndk_info,Please define HOST_OS in your environment.)
176 $(call ndk_log,Host OS was auto-detected: $(HOST_OS))
[all …]
Ddefinitions-host.mk30 ifeq ($(HOST_OS),cygwin)
43 ifeq ($(HOST_OS),windows)
58 ifeq ($(HOST_OS),windows)
73 ifeq ($(HOST_OS),windows)
87 ifeq ($(HOST_OS),windows)
101 ifeq ($(HOST_OS),windows)
116 ifeq ($(HOST_OS),windows)
141 ifeq ($(HOST_OS),cygwin)
155 ifeq ($(HOST_OS),windows)
188 ifeq ($(HOST_OS),windows)
Dbuild-all.mk101 ifeq ($(HOST_OS),cygwin)
Dbuild-local.mk204 ifeq ($(HOST_OS),cygwin)
Ddefinitions-utils.mk159 ifeq ($(HOST_OS),windows)
Ddefinitions.mk1416 ifeq ($(HOST_OS),cygwin)
/ndk/build/tools/
Dndk-common.sh227 HOST_OS=`uname -s`
228 case "$HOST_OS" in
230 HOST_OS=darwin
234 HOST_OS=linux
237 HOST_OS=freebsd
240 HOST_OS=windows
243 HOST_OS=cygwin
248 log "HOST_OS=$HOST_OS"
262 if [ "$HOST_OS" = darwin ] ; then
276 case "$HOST_OS-$HOST_ARCH" in
[all …]
Dprebuilt-common.sh377 if [ "$HOST_OS" = "linux" ] ; then
920 if [ "$HOST_OS" = "linux" ]; then
923 elif [ "$HOST_OS" = "darwin" ]; then
928 log "Forcing generation of $HOST_OS binaries with legacy toolchain"
Dcommon-build-host-funcs.sh65 BH_BUILD_OS=$HOST_OS
777 if [ "$HOST_OS" = darwin ]; then
/ndk/tests/standalone/
Drun.sh188 if [ "$HOST_OS" = "cygwin" -o "$HOST_OS" = "windows" ] ; then
385 if [ "$HOST_OS" = "cygwin" ]; then
388 if [ "$HOST_OS" = "windows" -a "$OSTYPE" = "msys" ]; then
/ndk/sources/host-tools/ndk-depends/
Dbuild-ndk-depends.sh75 if [ "$HOST_OS" != "darwin" -a "$DARWIN" != "yes" ]; then
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dtestit_android74 HOST_OS=`uname -s`
75 if [ "$HOST_OS" = "Darwin" ]; then
/ndk/sources/host-tools/ndk-stack/
Dbuild-ndk-stack.sh80 if [ "$HOST_OS" != "darwin" -a "$DARWIN" != "yes" ]; then