Home
last modified time | relevance | path

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

/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)
102 ifeq ($(HOST_OS),windows)
117 ifeq ($(HOST_OS),cygwin)
131 ifeq ($(HOST_OS),windows)
164 ifeq ($(HOST_OS),windows)
Dbuild-local.mk57 ifeq ($(HOST_OS),windows)
170 ifeq ($(HOST_OS),cygwin)
Dbuild-all.mk101 ifeq ($(HOST_OS),cygwin)
Ddefinitions.mk1352 ifeq ($(HOST_OS),cygwin)
/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-gdb137 if [ "$HOST_OS" = "cygwin" ] ; then
/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.sh81 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
83 case "$HOST_OS" in
Drebuild-all-prebuilt.sh54 if [ "$HOST_OS" = "linux" ] ; then
Dprebuilt-common.sh313 if [ "$HOST_OS" = "linux" ] ; then
851 if [ "$HOST_OS" = "linux" ]; then
854 elif [ "$HOST_OS" = "darwin" ]; then
859 log "Forcing generation of $HOST_OS binaries with legacy toolchain"
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
/ndk/tests/standalone/
Drun.sh187 if [ "$HOST_OS" = "cygwin" -o "$HOST_OS" = "windows" ] ; then
371 if [ "$HOST_OS" = "cygwin" ]; then
374 if [ "$HOST_OS" = "windows" -a "$OSTYPE" = "msys" ]; then
/ndk/tests/
Drun-tests.sh732 if [ $HOST_OS = cygwin ]; then
760 if [ $HOST_OS = cygwin ]; then