Lines Matching refs:toolchain
351 # $1: toolchain install dir
352 # $2: toolchain prefix, no trailing dash (e.g. arm-linux-androideabi)
450 # This function probes the system to find the best toolchain or cross-toolchain
452 # a wrapper toolchain under $2 with a prefix of ${BH_HOST_CONFIG}-
466 # DARWIN_TOOLCHAIN -> Path to Darwin cross-toolchain (cross-compile only).
485 # Try to find the best toolchain to do that job, assuming we are in
490 # If possible, automatically use our custom toolchain to generate
494 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3" i686-linux
502 # If possible, automaticaly use our custom toolchain to generate
560 dump "Using darwin cross-toolchain: ${HOST_FULLPREFIX}gcc"
570 # build-mingw64-toolchain.sh.
578 # only cross-toolchain named i686-pc-mingw32.
586 dump " x86_64-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
587 dump " i686-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
593 # Adjust $HOST to match the toolchain to ensure proper builds.
622 # There is no x86_64-pc-mingw32 toolchain on Fedora.
626 dump " x86_64-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
627 dump " i686-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
674 # We're going to generate a wrapper toolchain with the $HOST prefix
676 # wrapper toolchain named 'i686-linux-gnu-gcc' that will redirect
684 run $NDK_BUILDTOOLS_PATH/gen-toolchain-wrapper.sh "$BH_WRAPPERS_DIR" \
725 # The directory that will contain our toolchain wrappers
726 BH_WRAPPERS_DIR=$BH_BUILD_DIR/toolchain-wrappers