Lines Matching full:toolchain
104 # Function : host-toolchain-path
106 # 2: Toolchain name
111 host-toolchain-path = $1/$(HOST_TAG64)/$2
113 host-toolchain-path = $1/$2/prebuilt/$(HOST_TAG64)
117 # Function : get-toolchain-root
118 # Arguments: 1: Toolchain name
119 # Returns : Path to the given prebuilt toolchain.
121 get-toolchain-root = $(call host-toolchain-path,$(NDK_TOOLCHAINS_ROOT),$1)
126 # 2: Toolchain name (no version number)
134 # 2: Toolchain name (no version number)
288 # Cygwin 1.5, which is deprecated and won't run our toolchain
528 # Read all toolchain-specific configuration files.
530 # Each toolchain must have a corresponding config.mk file located
534 # TOOLCHAIN_NAME toolchain name (e.g. arm-linux-androideabi-4.9)
535 # TOOLCHAIN_ABIS list of target ABIs supported by the toolchain.
542 # the build script to include in each toolchain config.mk
543 ADD_TOOLCHAIN := $(BUILD_SYSTEM)/add-toolchain.mk
584 $(eval include $(BUILD_SYSTEM)/add-toolchain.mk)\
599 # Allow the user to define NDK_TOOLCHAIN to a custom toolchain name.
605 # check that the toolchain name is supported
611 $(call ndk_log, Using specific toolchain $(NDK_TOOLCHAIN))
614 # Allow the user to define NDK_TOOLCHAIN_VERSION to override the toolchain
616 # the toolchain path we're using.
626 # This is used in setup-toolchain.mk