Home | History | Annotate | Download | only in core

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
503 # Read all toolchain-specific configuration files.
505 # Each toolchain must have a corresponding config.mk file located
509 # TOOLCHAIN_NAME toolchain name (e.g. arm-linux-androideabi-4.6)
510 # TOOLCHAIN_ABIS list of target ABIs supported by the toolchain.
517 # the build script to include in each toolchain config.mk
518 ADD_TOOLCHAIN := $(BUILD_SYSTEM)/add-toolchain.mk
533 $(eval include $(BUILD_SYSTEM)/add-toolchain.mk)\
548 # Allow the user to define NDK_TOOLCHAIN to a custom toolchain name.
554 # check that the toolchain name is supported
560 $(call ndk_log, Using specific toolchain $(NDK_TOOLCHAIN))
563 # Allow the user to define NDK_TOOLCHAIN_VERSION to override the toolchain
565 # the toolchain path we're using.
575 # This is used in setup-toolchain.mk