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

/ndk/
H A 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
[all...]
H A Dndk-gdb141 if [ "$HOST_OS" = "cygwin" ] ; then
154 else # HOST_OS != windows
159 fi # HOST_OS != windows
/ndk/build/tools/
H A 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"
[all...]
H A Ddev-rebuild-ndk.sh91 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
93 case "$HOST_OS" in
H A Drebuild-all-prebuilt.sh64 if [ "$HOST_OS" = "linux" ] ; then
H A Dbuild-ndk-stack.sh89 if [ "$HOST_OS" != "darwin" -a "$DARWIN" != "yes" ]; then
H A Dmake-release.sh52 if [ "$HOST_OS" = "linux" ] ; then
H A Dprebuilt-common.sh318 if [ "$HOST_OS" = "linux" ] ; then
646 HOST_OS=windows
656 HOST_OS=darwin
872 if [ "$HOST_OS" = "linux" ]; then
880 elif [ "$HOST_OS" = "darwin" ]; then
885 log "Forcing generation of $HOST_OS binaries with legacy toolchain"
H A Dcommon-build-host-funcs.sh59 # The values of HOST_OS/ARCH/TAG will be redefined during the build to
65 BH_BUILD_OS=$HOST_OS
823 if [ "$HOST_OS" = darwin ]; then
H A Dbuild-host-gcc.sh151 if [ "$HOST_OS" = darwin ]; then
200 # The values of HOST_OS/ARCH/TAG will be redefined during the build to
206 BUILD_OS=$HOST_OS
880 HOST_OS=$(tag_to_os $1)
1293 if [ "$HOST_OS" = 'windows' ]; then
H A 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/build/core/
H A Dinit.mk135 HOST_OS := $(strip $(HOST_OS)) macro
136 ifndef HOST_OS
143 HOST_OS := windows macro
148 HOST_OS := linux macro
151 HOST_OS := darwin macro
155 HOST_OS := windows macro
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 i
195 HOST_OS := cygwin macro
200 HOST_OS := cygwin macro
433 endif # HOST_OS == cygwin macro
[all...]
H A Ddefinitions-host.mk18 # implementation will depend on the value of the HOST_OS variable.
30 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),window
[all...]
H A Dbuild-all.mk101 ifeq ($(HOST_OS),cygwin)
146 ifeq ($(HOST_OS),cygwin)
H A Dbuild-local.mk69 ifeq ($(HOST_OS),windows)
201 ifeq ($(HOST_OS),cygwin)
H A Ddefinitions.mk1401 ifeq ($(HOST_OS),cygwin)
/ndk/tests/standalone/
H A 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/
H A Dtestit_android74 HOST_OS=`uname -s`
75 if [ "$HOST_OS" = "Darwin" ]; then
/ndk/tests/
H A Drun-tests.sh857 if [ $HOST_OS = cygwin ]; then
887 if [ $HOST_OS = cygwin ]; then

Completed in 1257 milliseconds