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 | 141 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) 201 ifeq ($(HOST_OS),cygwin)
|
D | definitions.mk | 1401 ifeq ($(HOST_OS),cygwin)
|
/ndk/build/tools/ |
D | ndk-common.sh | 245 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 …]
|
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 | 318 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"
|
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 | 151 if [ "$HOST_OS" = darwin ]; then 206 BUILD_OS=$HOST_OS 880 HOST_OS=$(tag_to_os $1) 1293 if [ "$HOST_OS" = 'windows' ]; then
|
D | common-build-host-funcs.sh | 65 BH_BUILD_OS=$HOST_OS 823 if [ "$HOST_OS" = darwin ]; then
|
D | build-gcc.sh | 512 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/ |
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 | 857 if [ $HOST_OS = cygwin ]; then 887 if [ $HOST_OS = cygwin ]; then
|