Lines Matching refs:call
121 get-toolchain-root = $(call host-toolchain-path,$(NDK_TOOLCHAINS_ROOT),$1)
171 $(call __ndk_info,Unable to determine HOST_OS from uname -s: $(UNAME))
172 $(call __ndk_info,Please define HOST_OS in your environment.)
173 $(call __ndk_error,Aborting.)
176 $(call ndk_log,Host OS was auto-detected: $(HOST_OS))
178 $(call ndk_log,Host OS from environment: $(HOST_OS))
200 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin)
205 $(call ndk_log,uname -s returned: $(UNAME))
207 $(call ndk_log,Cygwin detected: $(shell uname -a))
212 $(call ndk_log,MSys detected: $(shell uname -a))
215 $(call ndk_log,Cygwin *not* detected!)
222 $(call ndk_log, Host operating system detected: $(HOST_OS), base OS: $(HOST_OS_BASE))
224 $(call ndk_log, Host operating system detected: $(HOST_OS))
259 $(call __ndk_info,Unsupported host architecture: $(UNAME))
260 $(call __ndk_error,Aborting)
263 $(call ndk_log,Host CPU was auto-detected: $(HOST_ARCH))
265 $(call ndk_log,Host CPU from environment: $(HOST_ARCH))
297 $(call __ndk_info,You seem to be running Cygwin 1.5, which is not supported.)
298 $(call __ndk_info,Please upgrade to Cygwin 1.7 or higher.)
299 $(call __ndk_error,Aborting.)
306 $(call ndk_log,HOST_TAG set to $(HOST_TAG))
315 $(call ndk_log,Host tools prebuilt directory: $(HOST_PREBUILT))
330 $(call ndk_log,Host tools prebuilt directory not found, using system tools)
346 $(call ndk_log,Host 'echo' tool: $(HOST_ECHO))
356 $(call ndk_log,Host 'echo -n' tool: $(HOST_ECHO_N))
367 $(call ndk_log,Host 'cmp' tool: $(HOST_CMP))
377 $(call ndk_log,Host 'awk' tool: $(HOST_AWK))
383 $(call ndk_log,Host 'awk' test returned: $(AWK_TEST))
385 …$(call __ndk_info,Host 'awk' tool is outdated. Please define NDK_HOST_AWK to point to Gawk or Nawk…
386 $(call __ndk_error,Aborting.)
417 $(call ndk_log, Probing for 'cygpath' program)
420 $(call ndk_log, 'cygpath' was *not* found in your path)
422 $(call ndk_log, 'cygpath' found as: $(CYGPATH))
428 $(call __ndk_info,No cygpath)
429 $(call __ndk_error,Aborting)
431 $(call ndk_log, Forced usage of 'cygpath -m' through NDK_USE_CYGPATH=1)
504 $(call __ndk_info,Please remove stale preview platforms/android-$(NDK_PREVIEW_LEVEL))
505 $(call __ndk_info,API level android-L is renamed as android-21.)
506 $(call __ndk_error,Aborting)
508 $(call ndk_log,Found stable platform levels: $(NDK_ALL_PLATFORM_LEVELS))
512 $(eval NDK_MAX_PLATFORM_LEVEL := $$(call max,$$(NDK_MAX_PLATFORM_LEVEL),$$(level)))\
515 $(call ndk_log,Found max platform level: $(NDK_MAX_PLATFORM_LEVEL))
594 …$(call __ndk_info,INTERNAL ERROR: The $(_abi) ABI should have exactly one architecture definitions…
595 $(call __ndk_error,Aborting...)\
607 $(call __ndk_info,NDK_TOOLCHAIN is defined to the unsupported value $(NDK_TOOLCHAIN)) \
608 $(call __ndk_info,Please use one of the following values: $(NDK_ALL_TOOLCHAINS))\
609 $(call __ndk_error,Aborting)\
611 $(call ndk_log, Using specific toolchain $(NDK_TOOLCHAIN))
630 $(call ndk_log, This NDK supports the following target architectures and ABIS:)
632 $(call ndk_log, $(space)$(space)$(arch): $(NDK_ARCH.$(arch).abis))\
634 $(call ndk_log, This NDK supports the following toolchains and target ABIs:)
636 $(call ndk_log, $(space)$(space)$(tc): $(NDK_TOOLCHAIN.$(tc).abis))\