Home
last modified time | relevance | path

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

/ndk/build/tools/
Dbuild-host-gcc.sh112 BINUTILS_VERSION=$DEFAULT_BINUTILS_VERSION
113 register_var_option "--binutils-version=<version>" BINUTILS_VERSION "Select binutils version"
919 echo "$(host_build_dir)/temp-binutils-$BINUTILS_VERSION-$TARGET"
925 echo "$TOP_BUILD_DIR/$BUILD/temp-binutils-$BINUTILS_VERSION-$TARGET"
967 BINUTILS_VERSION=$(get_default_binutils_version_for_gcc $1)
1214 local SRC_DIR="$TOOLCHAIN_SRC_DIR/binutils/binutils-$BINUTILS_VERSION"
1239 if [ "$BINUTILS_VERSION" = "2.21" -a "$TARGET" = "i686-linux-android" ]; then
1247 if ! version_is_greater_than $BINUTILS_VERSION 2.23; then
1254 if [ "$BINUTILS_VERSION" = "2.19" ]; then
1278 if version_is_greater_than $BINUTILS_VERSION 2.20; then
[all …]
Dbuild-gcc.sh52 BINUTILS_VERSION=$DEFAULT_BINUTILS_VERSION
54 …n "--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"
376 --with-binutils-version=$BINUTILS_VERSION \
Ddev-rebuild-ndk.sh213 $MPFR_VERSION $GDB_VERSION $BINUTILS_VERSION \
Dbuild-mingw64-toolchain.sh423 download_package http://ftp.gnu.org/gnu/binutils/binutils-$BINUTILS_VERSION.tar.bz2
551 build_host_package binutils-$BINUTILS_VERSION $BINUTILS_CONFIGURE_OPTIONS
Dbuild-llvm.sh270 BINUTILS_VERSION=$(get_default_binutils_version_for_llvm $TOOLCHAIN)
279 --with-binutils-include=$SRC_DIR/binutils/binutils-$BINUTILS_VERSION/include \