Home | History | Annotate | Download | only in tools

Lines Matching refs:gcc

732     # i585-pc-mingw32msvc-gcc, or it will fail its configure step late
734 # with i585-mingw32mvsc-gcc, which is the name used by the 'mingw32'
738 # i586-pc-mingw32msvc-gcc that really calls i586-mingw32msvc-gcc,
761 find_program MINGW_GCC ${i}gcc
783 for i in $BINPREFIXLST; do echo " ${i}gcc"; done
794 if [ ! -f "${DARWIN_TOOLCHAIN}-gcc" ]; then
795 echo "darwin cross-toolchain $DARWIN_TOOLCHAIN-gcc doesn't exist"
808 CROSS_GCC=${DARWIN_TOOLCHAIN}-gcc
833 DST_PREFIX=${CROSS_GCC%gcc}
842 LEGACY_TOOLCHAIN_DIR="$ANDROID_BUILD_TOP/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8"
857 dump "Using $DEBIAN_NAME wrapper: $CROSS_WRAP_DIR/${BINPREFIX}gcc"
881 # E.g. the ones used to rebuild the GCC toolchain from scratch.
883 CC=$NDK_BUILDTOOLS_ABSPATH/ndk-ccache-gcc.sh
906 # Otherwise, the GCC configure/build script will mess that Canadian cross
921 LEGACY_TOOLCHAIN_DIR="$ANDROID_BUILD_TOP/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/bin"
924 LEGACY_TOOLCHAIN_DIR="$ANDROID_BUILD_TOP/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/bin"
929 CC="${LEGACY_TOOLCHAIN_PREFIX}gcc"
934 CC=${CC:-gcc}
949 # default *even* though "gcc -v" will report --target=i686-apple-darwin10!
966 # will not work well with the GCC toolchain scripts.
993 CC=$ABI_CONFIGURE_HOST-gcc
1150 log "Using GCC version: $GCC_VERSION"
1312 # Return the default toolchain binary path prefix for given architecture and gcc version
1315 # $2: GCC version
1508 if [ ! -f "$SRC_DIR/build/configure" -o ! -d "$SRC_DIR/gcc" ]; then
1510 echo " the directory $SRC_DIR/gcc does not exist."