Searched refs:HOST_OS (Results 1 – 14 of 14) sorted by relevance
/ndk/build/ |
D | ndk-build | 117 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/ |
D | init.mk | 148 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 …]
|
D | definitions-host.mk | 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),windows) 188 ifeq ($(HOST_OS),windows)
|
D | build-all.mk | 101 ifeq ($(HOST_OS),cygwin)
|
D | build-local.mk | 204 ifeq ($(HOST_OS),cygwin)
|
D | definitions-utils.mk | 159 ifeq ($(HOST_OS),windows)
|
D | definitions.mk | 1416 ifeq ($(HOST_OS),cygwin)
|
/ndk/build/tools/ |
D | ndk-common.sh | 227 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 …]
|
D | prebuilt-common.sh | 377 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"
|
D | common-build-host-funcs.sh | 65 BH_BUILD_OS=$HOST_OS 777 if [ "$HOST_OS" = darwin ]; then
|
/ndk/tests/standalone/ |
D | run.sh | 188 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/ |
D | build-ndk-depends.sh | 75 if [ "$HOST_OS" != "darwin" -a "$DARWIN" != "yes" ]; then
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | testit_android | 74 HOST_OS=`uname -s` 75 if [ "$HOST_OS" = "Darwin" ]; then
|
/ndk/sources/host-tools/ndk-stack/ |
D | build-ndk-stack.sh | 80 if [ "$HOST_OS" != "darwin" -a "$DARWIN" != "yes" ]; then
|