Lines Matching refs:toolchain
354 # TOOLCHAIN AND ABI PROCESSING
462 # On Linux, detect our legacy-compatible toolchain when in the Android
470 LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3"
472 dump "Forcing generation of Linux binaries with legacy toolchain"
518 # will not work well with the GCC toolchain scripts.
552 if [ -z "$TOOLCHAIN" ] ; then
553 echo "ERROR: Missing toolchain name!"
560 # Determine ABI based on toolchain name
562 case "$TOOLCHAIN" in
592 echo "Invalid toolchain specified. Expected (arm-eabi-*|x86-*)"
601 GCC_VERSION=`expr -- "$TOOLCHAIN" : '.*-\([0-9\.]*\)'`
605 case "$TOOLCHAIN" in
618 # Return the host/build specific path for prebuilt toolchain binaries
625 echo "$1/toolchains/$TOOLCHAIN/prebuilt/$HOST_TAG"
629 # Set the toolchain target NDK location.
635 log "Using toolchain path: $TOOLCHAIN_PATH"
638 log "Using toolchain prefix: $TOOLCHAIN_PREFIX"
641 # Check that a toolchain is properly installed at a target NDK location
649 echo "ERROR: Toolchain '$TOOLCHAIN' not installed in '$NDK_DIR'!"
650 echo " Ensure that the toolchain has been installed there before."
660 mkdir -p /tmp/ndk-toolchain
661 mktemp -d /tmp/ndk-toolchain/build-XXXXXX
685 # The date to use when downloading toolchain sources from android.git.kernel.org