Searched refs:BINUTILS_VERSION (Results 1 - 5 of 5) sorted by relevance

/ndk/build/tools/
H A Dbuild-host-gcc.sh115 BINUTILS_VERSION=$DEFAULT_BINUTILS_VERSION
116 register_var_option "--binutils-version=<version>" BINUTILS_VERSION "Select binutils version"
858 echo "$(host_build_dir)/temp-binutils-$BINUTILS_VERSION-$TARGET"
864 echo "$TOP_BUILD_DIR/$BUILD/temp-binutils-$BINUTILS_VERSION-$TARGET"
906 BINUTILS_VERSION=$(get_default_binutils_version_for_gcc $1)
1153 local SRC_DIR="$TOOLCHAIN_SRC_DIR/binutils/binutils-$BINUTILS_VERSION"
1178 if [ "$BINUTILS_VERSION" = "2.21" -a "$TARGET" = "i686-linux-android" ]; then
1186 if ! version_is_at_least $BINUTILS_VERSION 2.23; then
1193 if [ "$BINUTILS_VERSION" = "2.19" ]; then
1217 if version_is_at_least $BINUTILS_VERSION 2.2
[all...]
H A Dbuild-gcc.sh52 BINUTILS_VERSION=$DEFAULT_BINUTILS_VERSION
54 register_option "--binutils-version=<version>" do_binutils_version "Specify binutils version" "$BINUTILS_VERSION"
56 BINUTILS_VERSION=$1
169 BINUTILS_VERSION=$(get_default_binutils_version_for_gcc $TOOLCHAIN)
170 dump "Auto-config: --binutils-version=$BINUTILS_VERSION"
173 if [ ! -d $SRC_DIR/binutils/binutils-$BINUTILS_VERSION ] ; then
174 echo "ERROR: Missing binutils sources: $SRC_DIR/binutils/binutils-$BINUTILS_VERSION"
389 --with-binutils-version=$BINUTILS_VERSION \
H A Ddev-rebuild-ndk.sh213 $MPFR_VERSION $GDB_VERSION $BINUTILS_VERSION \
H A Dbuild-llvm.sh294 BINUTILS_VERSION=$(get_default_binutils_version_for_llvm $TOOLCHAIN)
303 --with-binutils-include=$SRC_DIR/binutils/binutils-$BINUTILS_VERSION/include \
H A Dbuild-mingw64-toolchain.sh136 BINUTILS_VERSION=2.24
173 --binutils-version=*) BINUTILS_VERSION=$optarg;;
224 --binutil-version=<version> Select binutils version [$BINUTILS_VERSION]."
423 download_package http://ftp.gnu.org/gnu/binutils/binutils-$BINUTILS_VERSION.tar.bz2
551 build_host_package binutils-$BINUTILS_VERSION $BINUTILS_CONFIGURE_OPTIONS

Completed in 7 milliseconds