Home | History | Annotate | Download | only in x86_64-w64-mingw32-4.8

Lines Matching refs:gcc

113         --gcc-version=*) OPT_GCC_VERSION=$optarg;;
138 --gcc-version=<version> Select alternative GCC version [$GCC_VERSION]"
147 GCC_SRC_DIR=$TOOLCHAIN_DIR/gcc/gcc-$GCC_VERSION
149 panic "Missing GCC source directory: $GCC_SRC_DIR"
223 local BINPREFIX=$ANDROID_BUILD_TOP/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/bin/x86_64-linux-
225 CC=${BINPREFIX}gcc
243 CC=${BINPREFIX}gcc
283 # The GCC build in Android is insane and stores gmp and friends as tarballs and
428 # 'make all-gcc' and 'make install-gcc' as a special case.
440 run $TOOLCHAIN_DIR/gcc/$PKGNAME/configure "$@"
444 run make -j$JOBS all-gcc
448 run make -j$JOBS install-gcc
511 build_core_gcc gcc-$GCC_VERSION $GCC_CONFIGURE_OPTIONS
523 build_libgcc gcc-$GCC_VERSION