Lines Matching refs:TOOLCHAIN
108 TOOLCHAIN=
181 --toolchain=*)
182 TOOLCHAIN=$optarg
278 the path to the host target-specific cross-toolchain.
451 # Convert an NDK architecture name into a toolchain name prefix
453 # Out: NDK toolchain name prefix (e.g. 'arm-linux-androideabi')
463 # Find a NDK toolchain prebuilt file or sub-directory.
464 # This will probe the various arch-specific toolchain directories
486 # Find the path to an NDK's toolchain full prefix for a given architecture
510 # Special case, the x86 toolchain used to be incorrectly
516 panic "Cannot find Android NDK toolchain for '$ARCH' architecture. \
537 # Check/probe the path to the Android toolchain installation. Always
541 if [ -z "$TOOLCHAIN" ]; then
545 log "Auto-config: --toolchain=$ANDROID_TOOLCHAIN"
548 # sub-directory in --toolchain:
550 if [ -d "$TOOLCHAIN/bin" ]; then
551 TOOLCHAIN=$TOOLCHAIN/bin
553 ANDROID_TOOLCHAIN=$TOOLCHAIN
564 --toolchain or --gdb path."