Home | History | Annotate | Download | only in tools

Lines Matching full:toolchain

305 # $1: toolchain install dir
306 # $2: toolchain prefix, no trailing dash (e.g. arm-linux-androideabi)
404 # This function probes the system to find the best toolchain or cross-toolchain
406 # a wrapper toolchain under $2 with a prefix of ${BH_HOST_CONFIG}-
420 # DARWIN_TOOLCHAIN -> Path to Darwin cross-toolchain (cross-compile only).
439 # Try to find the best toolchain to do that job, assuming we are in
444 # If possible, automatically use our custom toolchain to generate
448 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3" i686-linux
456 # If possible, automaticaly use our custom toolchain to generate
514 dump "Using darwin cross-toolchain: ${HOST_FULLPREFIX}gcc"
524 # build-mingw64-toolchain.sh.
532 # only cross-toolchain named i686-pc-mingw32.
540 dump " x86_64-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
541 dump " i686-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
547 # Adjust $HOST to match the toolchain to ensure proper builds.
576 # There is no x86_64-pc-mingw32 toolchain on Fedora.
580 dump " x86_64-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
581 dump " i686-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
628 # We're going to generate a wrapper toolchain with the $HOST prefix
630 # wrapper toolchain named 'i686-linux-gnu-gcc' that will redirect
638 run $NDK_BUILDTOOLS_PATH/gen-toolchain-wrapper.sh "$BH_WRAPPERS_DIR" \
679 # The directory that will contain our toolchain wrappers
680 BH_WRAPPERS_DIR=$BH_BUILD_DIR/toolchain-wrappers