Home
last modified time | relevance | path

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

/ndk/
Dndk-build86 HOST_OS=$(uname -s)
87 case $HOST_OS in
88 Darwin) HOST_OS=darwin;;
89 Linux) HOST_OS=linux;;
90 FreeBsd) HOST_OS=freebsd;;
91 CYGWIN*|*_NT-*) HOST_OS=cygwin;;
92 *) echo "ERROR: Unknown host operating system: $HOST_OS"
95 log "HOST_OS=$HOST_OS"
107 HOST_TAG="$HOST_OS-$HOST_ARCH"
115 HOST_TAG=$HOST_OS-x86
[all …]
Dndk-gdb133 if [ "$HOST_OS" = "cygwin" ] ; then
/ndk/build/core/
Dinit.mk106 HOST_OS := $(strip $(HOST_OS))
107 ifndef HOST_OS
114 HOST_OS := windows
119 HOST_OS := linux
122 HOST_OS := darwin
126 HOST_OS := windows
128 ifeq ($(HOST_OS),)
129 $(call __ndk_info,Unable to determine HOST_OS from uname -s: $(UNAME))
130 $(call __ndk_info,Please define HOST_OS in your environment.)
134 $(call ndk_log,Host OS was auto-detected: $(HOST_OS))
[all …]
Dndk-common.sh238 HOST_OS=`uname -s`
239 case "$HOST_OS" in
241 HOST_OS=darwin
245 HOST_OS=linux
248 HOST_OS=freebsd
251 HOST_OS=windows
254 HOST_OS=cygwin
259 log2 "HOST_OS=$HOST_OS"
277 case "$HOST_OS-$HOST_ARCH" in
330 HOST_TAG=${HOST_OS}-${HOST_ARCH}
[all …]
Dbuild-all.mk93 ifeq ($(HOST_OS),cygwin)
138 ifeq ($(HOST_OS),cygwin)
Ddefinitions.mk148 ifeq ($(HOST_OS),cygwin)
161 ifeq ($(HOST_OS),windows)
176 ifeq ($(HOST_OS),windows)
191 ifeq ($(HOST_OS),windows)
205 ifeq ($(HOST_OS),windows)
220 ifeq ($(HOST_OS),windows)
235 ifeq ($(HOST_OS),cygwin)
249 ifeq ($(HOST_OS),windows)
1368 ifeq ($(HOST_OS),cygwin)
Dbuild-local.mk57 ifeq ($(HOST_OS),windows)
162 ifeq ($(HOST_OS),cygwin)
/ndk/build/tools/
Ddev-rebuild-ndk.sh60 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
62 case "$HOST_OS" in
Drebuild-all-prebuilt.sh46 if [ "$HOST_OS" = "linux" ] ; then
Dbuild-host-gcc.sh148 if [ "$HOST_OS" = darwin ]; then
199 BUILD_OS=$HOST_OS
888 HOST_OS=$(tag_to_os $1)
1270 case $HOST_OS in
Dmake-release.sh52 if [ "$HOST_OS" = "linux" ] ; then
Dcommon-build-host-funcs.sh65 BH_BUILD_OS=$HOST_OS
823 if [ "$HOST_OS" = darwin ]; then
Dprebuilt-common.sh278 if [ "$HOST_OS" = "linux" ] ; then
731 if [ "$HOST_OS" = "linux" -a -z "$CC" -a "$MINGW" != "yes" -a "$TRY64" != "yes" ]; then
/ndk/tests/standalone/
Drun.sh327 if [ $HOST_OS = cygwin ]; then
/ndk/tests/
Drun-tests.sh575 if [ $HOST_OS = cygwin ]; then
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/
D0000-CROSS.patch3386 +HOST_OS=$host_os
3387 +AC_SUBST(HOST_OS)
3752 +# Don't define HOST_OS as makefile macro !
3753 +@CROSS_ON@RUNPYTHON= HOST_OS=@HOST_OS@ @SYSPYTHON@
3964 + host_platform = os.environ.get('HOST_OS')
3973 +cross_compiling = (not os.environ.get('HOST_OS') is None)
D0011-re-configure-d.patch42 +HOST_OS
312 +HOST_OS=$host_os
D0001-MINGW.patch2401 host_platform = os.environ.get('HOST_OS')
2411 cross_compiling = (not os.environ.get('HOST_OS') is None)