Home | History | Annotate | Download | only in core

Lines Matching refs:toolchain

226 # Cygwin 1.5, which is deprecated and won't run our toolchain
354 # Read all toolchain-specific configuration files.
356 # Each toolchain must have a corresponding config.mk file located
360 # TOOLCHAIN_NAME toolchain name (e.g. arm-linux-androideabi-4.4.3)
361 # TOOLCHAIN_ABIS list of target ABIs supported by the toolchain.
368 # the build script to include in each toolchain config.mk
369 ADD_TOOLCHAIN := $(BUILD_SYSTEM)/add-toolchain.mk
378 $(eval include $(BUILD_SYSTEM)/add-toolchain.mk)\
393 # Allow the user to define NDK_TOOLCHAIN to a custom toolchain name.
399 # check that the toolchain name is supported
405 $(call ndk_log, Using specific toolchain $(NDK_TOOLCHAIN))