Lines Matching refs:toolchain
17 # to setup the target toolchain for a given platform/abi combination.
26 # Check that we have a toolchain that supports the current ABI.
32 # Filter out the Clang toolchain, so that we can keep GCC as the default
33 # toolchain.
50 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.)
55 # Select the last toolchain from the sorted list.
63 # If NDK_TOOLCHAIN_VERSION is defined, we replace the toolchain version
76 $(call ndk_log,Using default target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
81 # We assume the toolchain name uses dashes (-) as separators and doesn't
99 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI (through NDK_TOOLCHAIN_VERSION))
102 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
107 $(call __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
134 # Define the root path where toolchain prebuilts are stored
135 TOOLCHAIN_PREBUILT_ROOT := $(call get-toolchain-root,$(TOOLCHAIN_NAME))
138 # number from the toolchain name, e.g. arm-eabi-4.4.0 -> path/bin/arm-eabi-
145 # We expect the gdbserver binary for this toolchain to be located at its root.
158 # Default build commands, can be overriden by the toolchain's setup script
161 # now call the toolchain-specific setup script