Lines Matching refs:toolchain
287 # $1: toolchain install dir
288 # $2: toolchain prefix, no trailing dash (e.g. arm-linux-androideabi)
386 # This function probes the system to find the best toolchain or cross-toolchain
388 # a wrapper toolchain under $2 with a prefix of ${BH_HOST_CONFIG}-
402 # DARWIN_TOOLCHAIN -> Path to Darwin cross-toolchain (cross-compile only).
421 # Try to find the best toolchain to do that job, assuming we are in
426 # If possible, automatically use our custom toolchain to generate
430 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3" i686-linux
438 # If possible, automaticaly use our custom toolchain to generate
496 dump "Using darwin cross-toolchain: ${HOST_FULLPREFIX}gcc"
506 # build-mingw64-toolchain.sh.
514 # only cross-toolchain named i686-pc-mingw32.
522 dump " x86_64-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
523 dump " i686-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
529 # Adjust $HOST to match the toolchain to ensure proper builds.
558 # There is no x86_64-pc-mingw32 toolchain on Fedora.
562 dump " x86_64-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
563 dump " i686-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
610 # We're going to generate a wrapper toolchain with the $HOST prefix
612 # wrapper toolchain named 'i686-linux-gnu-gcc' that will redirect
620 run $NDK_BUILDTOOLS_PATH/gen-toolchain-wrapper.sh "$BH_WRAPPERS_DIR" \
661 # The directory that will contain our toolchain wrappers
662 BH_WRAPPERS_DIR=$BH_BUILD_DIR/toolchain-wrappers