Home | History | Annotate | Download | only in core

Lines Matching refs:toolchain

138 # Cygwin 1.5, which is deprecated and won't run our toolchain
241 # Read all toolchain-specific configuration files.
243 # Each toolchain must have a corresponding config.mk file located
247 # TOOLCHAIN_NAME toolchain name (e.g. arm-eabi-4.2.1)
248 # TOOLCHAIN_ABIS list of target ABIs supported by the toolchain.
255 # the build script to include in each toolchain config.mk
256 ADD_TOOLCHAIN := $(BUILD_SYSTEM)/add-toolchain.mk
264 $(eval include $(BUILD_SYSTEM)/add-toolchain.mk)\
270 # The default toolchain is now arm-eabi-4.4.0, however its
279 # check that the toolchain name is supported
285 $(call gdk_log, Using specific toolchain $(GDK_TOOLCHAIN))