Lines Matching refs:toolchain
17 # to setup the target toolchain for a given platform/abi combination.
23 # Check that we have a toolchain that supports the current ABI.
29 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.)
34 # Select the last toolchain from the sorted list.
37 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
41 $(call __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
75 # Define the root path of the toolchain in the NDK tree.
78 # Define the root path where toolchain prebuilts are stored
82 # number from the toolchain name, e.g. arm-eabi-4.4.0 -> path/bin/arm-eabi-
89 # Default build commands, can be overriden by the toolchain's setup script
92 # now call the toolchain-specific setup script
95 # We expect the gdbserver binary for this toolchain to be located at its root.