Home | History | Annotate | Download | only in tools

Lines Matching refs:gcc

313         local GCC="$PREFIX-gcc"
314 if [ -f "$GCC" ]; then
315 if bh_check_compiler "$GCC" "$@"; then
316 HOST_FULLPREFIX="${GCC%%gcc}"
317 dump "$(bh_host_text) Using host gcc: $GCC $@"
319 dump "$(bh_host_text) Ignoring broken host gcc: $GCC $@"
332 local GCC="$(which $PREFIX-gcc 2>/dev/null)"
333 if [ "$GCC" -a -e "$GCC" ]; then
334 if bh_check_compiler "$GCC" "$@"; then
335 HOST_FULLPREFIX=${GCC%%gcc}
336 dump "$(bh_host_text) Using host gcc: ${HOST_FULLPREFIX}gcc $@"
338 dump "$(bh_host_text) Ignoring broken host gcc: $GCC $@"
376 # $1: compiler full path (.e.g /path/to/fullprefix-gcc)
384 local TMPC=$TMPDIR/build-host-gcc-bits-$USER-$$.c
446 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6" i686-linux
447 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3" i686-linux
458 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6" x86_64-linux
511 gcc is not in your path, or does not work correctly!"
514 dump "Using darwin cross-toolchain: ${HOST_FULLPREFIX}gcc"
531 # to have a mingw32-gcc package that provided a 32-bit
534 # named mingw-gcc which provides i686-w64-mingw32 and
540 dump " x86_64-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
541 dump " i686-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
542 dump " i586-mingw32msvc-gcc ('mingw32' Debian/Ubuntu package)"
549 # with the gmp/mpfr/mpc/binutils/gcc configure scripts.
580 dump " x86_64-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
581 dump " i686-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
582 dump " amd64-mingw32msvc-gcc (Debian/Ubuntu - broken until Ubuntu 11.10)"
608 if ! _bh_check_compiler_bitness ${HOST_FULLPREFIX}gcc $BH_HOST_BITS; then
614 if ! _bh_check_compiler_bitness ${HOST_FULLPREFIX}gcc $BH_HOST_BITS $TRY_CFLAGS; then
615 panic "Can't find a way to generate $BH_HOST_BITS binaries with this compiler: ${HOST_FULLPREFIX}gcc"
630 # wrapper toolchain named 'i686-linux-gnu-gcc' that will redirect
634 # This helps tremendously getting stuff to compile with the GCC
694 # where the generated GCC binaries will run, not the current machine's
726 CC=$BH_HOST_CONFIG-gcc