Home
last modified time | relevance | path

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

/ndk/
Dndk-build132 HOST_OS=$(uname -s)
133 case $HOST_OS in
134 Darwin) HOST_OS=darwin;;
135 Linux) HOST_OS=linux;;
136 FreeBsd) HOST_OS=freebsd;;
137 CYGWIN*|*_NT-*) HOST_OS=cygwin;;
138 *) echo "ERROR: Unknown host operating system: $HOST_OS"
141 log "HOST_OS=$HOST_OS"
153 HOST_TAG="$HOST_OS-$HOST_ARCH"
181 HOST_TAG=$HOST_OS-$HOST_ARCH
Dndk-gdb141 if [ "$HOST_OS" = "cygwin" ] ; then
/ndk/build/core/
Dinit.mk135 HOST_OS := $(strip $(HOST_OS))
136 ifndef HOST_OS
143 HOST_OS := windows
148 HOST_OS := linux
151 HOST_OS := darwin
155 HOST_OS := windows
157 ifeq ($(HOST_OS),)
158 $(call __ndk_info,Unable to determine HOST_OS from uname -s: $(UNAME))
159 $(call __ndk_info,Please define HOST_OS in your environment.)
163 $(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.mk69 ifeq ($(HOST_OS),windows)
201 ifeq ($(HOST_OS),cygwin)
Ddefinitions.mk1401 ifeq ($(HOST_OS),cygwin)
/ndk/build/tools/
Dndk-common.sh245 HOST_OS=`uname -s`
246 case "$HOST_OS" in
248 HOST_OS=darwin
252 HOST_OS=linux
255 HOST_OS=freebsd
258 HOST_OS=windows
261 HOST_OS=cygwin
266 log2 "HOST_OS=$HOST_OS"
280 if [ "$HOST_OS" = darwin ] ; then
294 case "$HOST_OS-$HOST_ARCH" in
[all …]
Ddev-rebuild-ndk.sh91 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
93 case "$HOST_OS" in
Drebuild-all-prebuilt.sh64 if [ "$HOST_OS" = "linux" ] ; then
Dprebuilt-common.sh318 if [ "$HOST_OS" = "linux" ] ; then
872 if [ "$HOST_OS" = "linux" ]; then
880 elif [ "$HOST_OS" = "darwin" ]; then
885 log "Forcing generation of $HOST_OS binaries with legacy toolchain"
Dbuild-ndk-stack.sh89 if [ "$HOST_OS" != "darwin" -a "$DARWIN" != "yes" ]; then
Dmake-release.sh52 if [ "$HOST_OS" = "linux" ] ; then
Dbuild-host-gcc.sh151 if [ "$HOST_OS" = darwin ]; then
206 BUILD_OS=$HOST_OS
880 HOST_OS=$(tag_to_os $1)
1293 if [ "$HOST_OS" = 'windows' ]; then
Dcommon-build-host-funcs.sh65 BH_BUILD_OS=$HOST_OS
823 if [ "$HOST_OS" = darwin ]; then
Dbuild-gcc.sh512 if [ "$HOST_OS" = "linux" -a "$GCC_VERSION" = "$DEFAULT_GCC_VERSION" ]; then
664 if [ "$HOST_OS" = "linux" -a "$GCC_VERSION" = "$DEFAULT_GCC_VERSION" ]; 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/cxx-stl/llvm-libc++/libcxx/test/
Dtestit_android74 HOST_OS=`uname -s`
75 if [ "$HOST_OS" = "Darwin" ]; then
/ndk/tests/
Drun-tests.sh857 if [ $HOST_OS = cygwin ]; then
887 if [ $HOST_OS = cygwin ]; then