Searched refs:HOST_OS (Results 1 – 19 of 19) sorted by relevance
/ndk/ |
D | ndk-build | 132 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
|
D | ndk-gdb | 142 if [ "$HOST_OS" = "cygwin" ] ; then
|
/ndk/build/core/ |
D | init.mk | 135 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 …]
|
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 | 69 ifeq ($(HOST_OS),windows) 217 ifeq ($(HOST_OS),cygwin)
|
D | definitions.mk | 1411 ifeq ($(HOST_OS),cygwin)
|
/ndk/build/tools/ |
D | ndk-common.sh | 252 HOST_OS=`uname -s` 253 case "$HOST_OS" in 255 HOST_OS=darwin 259 HOST_OS=linux 262 HOST_OS=freebsd 265 HOST_OS=windows 268 HOST_OS=cygwin 273 log2 "HOST_OS=$HOST_OS" 287 if [ "$HOST_OS" = darwin ] ; then 301 case "$HOST_OS-$HOST_ARCH" in [all …]
|
D | dev-rebuild-ndk.sh | 91 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'` 93 case "$HOST_OS" in
|
D | rebuild-all-prebuilt.sh | 64 if [ "$HOST_OS" = "linux" ] ; then
|
D | prebuilt-common.sh | 377 if [ "$HOST_OS" = "linux" ] ; then 925 if [ "$HOST_OS" = "linux" ]; then 928 elif [ "$HOST_OS" = "darwin" ]; then 933 log "Forcing generation of $HOST_OS binaries with legacy toolchain"
|
D | build-ndk-stack.sh | 89 if [ "$HOST_OS" != "darwin" -a "$DARWIN" != "yes" ]; then
|
D | make-release.sh | 52 if [ "$HOST_OS" = "linux" ] ; then
|
D | build-host-gcc.sh | 154 if [ "$HOST_OS" = darwin ]; then 209 BUILD_OS=$HOST_OS 819 HOST_OS=$(tag_to_os $1) 1232 if [ "$HOST_OS" = 'windows' ]; then
|
D | common-build-host-funcs.sh | 65 BH_BUILD_OS=$HOST_OS 759 if [ "$HOST_OS" = darwin ]; then
|
D | build-gcc.sh | 525 if [ "$HOST_OS" = "linux" -a "$GCC_VERSION" = "$DEFAULT_GCC_VERSION" ]; then 685 if [ "$HOST_OS" = "linux" -a "$GCC_VERSION" = "$DEFAULT_GCC_VERSION" ]; 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/cxx-stl/llvm-libc++/libcxx/test/ |
D | testit_android | 74 HOST_OS=`uname -s` 75 if [ "$HOST_OS" = "Darwin" ]; then
|
/ndk/tests/ |
D | run-tests.sh | 865 if [ $HOST_OS = cygwin ]; then 895 if [ $HOST_OS = cygwin ]; then
|