Home | History | Annotate | Download | only in core

Lines Matching refs:toolchain

17 # to setup the target toolchain for a given platform/abi combination.
25 # Check that we have a toolchain that supports the current ABI.
31 # Filter out the Clang toolchain, so that we can keep GCC as the default
32 # toolchain.
40 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.)
45 # Select the last toolchain from the sorted list.
49 # If NDK_TOOLCHAIN_VERSION is defined, we replace the toolchain version
57 # We assume the toolchain name uses dashes (-) as separators and doesn't
75 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI (through NDK_TOOLCHAIN_VERSION))
77 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
82 $(call __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
109 # Define the root path of the toolchain in the NDK tree.
112 # Define the root path where toolchain prebuilts are stored
116 # number from the toolchain name, e.g. arm-eabi-4.4.0 -> path/bin/arm-eabi-
123 # We expect the gdbserver binary for this toolchain to be located at its root.
129 # Default build commands, can be overriden by the toolchain's setup script
132 # now call the toolchain-specific setup script