Lines Matching refs:toolchain
44 # Define NDK_HOST_32BIT=1 in your environment to always use toolchain in 32-bit
115 # Rationale: This function is used to proble available 64-bit toolchain or
275 # Cygwin 1.5, which is deprecated and won't run our toolchain
506 # Read all toolchain-specific configuration files.
508 # Each toolchain must have a corresponding config.mk file located
512 # TOOLCHAIN_NAME toolchain name (e.g. arm-linux-androideabi-4.9)
513 # TOOLCHAIN_ABIS list of target ABIs supported by the toolchain.
520 # the build script to include in each toolchain config.mk
521 ADD_TOOLCHAIN := $(BUILD_SYSTEM)/add-toolchain.mk
562 $(eval include $(BUILD_SYSTEM)/add-toolchain.mk)\
577 # Allow the user to define NDK_TOOLCHAIN to a custom toolchain name.
583 # check that the toolchain name is supported
589 $(call ndk_log, Using specific toolchain $(NDK_TOOLCHAIN))
592 # Allow the user to define NDK_TOOLCHAIN_VERSION to override the toolchain
594 # the toolchain path we're using.
604 # This is used in setup-toolchain.mk