Lines Matching refs:gcc
662 # i585-pc-mingw32msvc-gcc, or it will fail its configure step late
664 # with i585-mingw32mvsc-gcc, which is the name used by the 'mingw32'
668 # i586-pc-mingw32msvc-gcc that really calls i586-mingw32msvc-gcc,
691 find_program MINGW_GCC ${i}gcc
713 for i in $BINPREFIXLST; do echo " ${i}gcc"; done
724 if [ ! -f "${DARWIN_TOOLCHAIN}-gcc" ]; then
725 echo "darwin cross-toolchain $DARWIN_TOOLCHAIN-gcc doesn't exist"
738 CROSS_GCC=${DARWIN_TOOLCHAIN}-gcc
763 DST_PREFIX=${CROSS_GCC%gcc}
772 LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6"
777 # 64-bit BUILD toolchain. libbfd is still built in 32-bit. Use gcc-sdk instead
779 LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilts/tools/gcc-sdk"
787 dump "Using $DEBIAN_NAME wrapper: $CROSS_WRAP_DIR/${BINPREFIX}gcc"
811 # E.g. the ones used to rebuild the GCC toolchain from scratch.
813 CC=$NDK_BUILDTOOLS_ABSPATH/ndk-ccache-gcc.sh
836 # Otherwise, the GCC configure/build script will mess that Canadian cross
851 LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilts/tools/gcc-sdk"
854 LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/bin"
859 CC="${LEGACY_TOOLCHAIN_PREFIX}gcc"
864 CC=${CC:-gcc}
879 # default *even* though "gcc -v" will report --target=i686-apple-darwin10!
896 # will not work well with the GCC toolchain scripts.
923 CC=$ABI_CONFIGURE_HOST-gcc
1048 log "Using GCC version: $GCC_VERSION"
1221 # Return the default toolchain binary path prefix for given architecture and gcc version
1224 # $2: GCC version
1401 if [ ! -f "$SRC_DIR/build/configure" -o ! -d "$SRC_DIR/gcc" ]; then
1403 echo " the directory $SRC_DIR/gcc does not exist."