Home | History | Annotate | Download | only in core

Lines Matching refs:toolchain

160 # Cygwin 1.5, which is deprecated and won't run our toolchain
263 # Read all toolchain-specific configuration files.
265 # Each toolchain must have a corresponding config.mk file located
269 # TOOLCHAIN_NAME toolchain name (e.g. arm-eabi-4.2.1)
270 # TOOLCHAIN_ABIS list of target ABIs supported by the toolchain.
277 # the build script to include in each toolchain config.mk
278 ADD_TOOLCHAIN := $(BUILD_SYSTEM)/add-toolchain.mk
286 $(eval include $(BUILD_SYSTEM)/add-toolchain.mk)\
292 # The default toolchain is now arm-eabi-4.4.0, however its
301 # check that the toolchain name is supported
307 $(call ndk_log, Using specific toolchain $(NDK_TOOLCHAIN))