HomeSort by relevance Sort by last modified time
    Searched refs:binutils (Results 1 - 25 of 34) sorted by null

1 2

  /ndk/build/tools/
download-toolchain-sources.sh 167 toolchain_clone binutils
189 # We only keep one version of gcc and binutils
192 log "getting rid of obsolete sources: gcc-4.2.1 gcc-4.3.1 gcc-4.4.0 gdb-6.8 binutils-2.17"
197 rm -rf $TMPDIR/binutils/binutils-2.17
199 # Check out binutils 2.21 from master
200 if [ ! -d "$TMPDIR/binutils/binutils-2.21" ] ; then
201 dump "Get binutils 2.21 from https://android.googlesource.com/toolchain/binutils.git
    [all...]
build-gcc.sh 49 register_var_option "--binutils-version=<version>" BINUTILS_VERSION "Specify binutils version"
135 fix_option BINUTILS_VERSION "$OPTION_BINUTILS_VERSION" "binutils version"
137 # Force MIPS to use binutils 2.21
139 echo "However, MIPS needs to use BINUTILS 2.21"
143 if [ ! -d $SRC_DIR/binutils/binutils-$BINUTILS_VERSION ] ; then
144 echo "ERROR: Missing binutils sources: $SRC_DIR/binutils/binutils-$BINUTILS_VERSION
    [all...]
build-mingw64-toolchain.sh 160 --binutils-version=*) BINUTILS_VERSION=$optarg;;
181 echo " --binutil-version=<version> Select binutils version [$BINUTILS_VERSION]."
369 download_package http://ftp.gnu.org/gnu/binutils/binutils-$BINUTILS_VERSION.tar.bz2
456 build_host_package binutils-$BINUTILS_VERSION $BINUTILS_CONFIGURE_OPTIONS
  /external/chromium/build/
install-build-deps.sh 49 BINUTILS=binutils-2.21
50 BINUTILS_URL=http://ftp.gnu.org/gnu/binutils/$BINUTILS.tar.bz2
53 test -f $BINUTILS.tar.bz2 || wget $BINUTILS_URL
54 if test "`sha1sum $BINUTILS.tar.bz2|cut -d' ' -f1`" != "$BINUTILS_SHA1"
56 echo Bad sha1sum for $BINUTILS.tar.bz2
60 tar -xjvf $BINUTILS.tar.bz2
61 cd $BINUTILS
113 make maybe-all-binutils maybe-all-gold -j
    [all...]
install-chroot.sh 289 for i in binutils gdb strace; do
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/
build-toolchain.sh 131 for PROJECT in build binutils gcc gdb mpfr gmp gold; do
183 --binutils-version=$BINUTILS_VERSION \
  /external/valgrind/main/drd/scripts/ppc-cross/
download-and-build-ppc-crosscompiler 139 # Binutils version.
140 export BINUTILS_DIR=binutils-2.16.1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 219 --binutils-version=*) BINUTILS_VERSION="$optarg"
300 echo " --binutils-version=VERSION Binutils version number [$BINUTILS_VERSION]"
426 build_binutils_dir () { echo "$BUILD_DIR/$PHASE/binutils"; }
1037 local SUBDIRS="binutils build gcc gdb gmp gold mpfr"
1176 task2_define configure_binutils "Configure binutils-$BINUTILS_VERSION"
1183 $TOOLCHAIN_SRC_DIR/binutils/binutils-$BINUTILS_VERSION/configure \
1189 task2_define build_binutils "Build binutils-$BINUTILS_VERSION"
1197 task2_define install_binutils "Install binutils-$BINUTILS_VERSION
    [all...]
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 14 # with the rep prefix. Older binutils
15 # did this one way, newer binutils the other
  /external/libffi/
ltcf-c.sh 196 *** binutils to release 2.9.1 or newer. Another option is to modify
    [all...]
ltcf-gcj.sh 199 *** binutils to release 2.9.1 or newer. Another option is to modify
configure     [all...]
ltmain.sh     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 249 --binutils-version=*) BINUTILS_VERSION="$optarg"
333 echo " --binutils-version=VERSION Binutils version number [$BINUTILS_VERSION]"
490 build_binutils_dir () { echo "$BUILD_DIR/$PHASE/binutils"; }
1251 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 249 --binutils-version=*) BINUTILS_VERSION="$optarg"
333 echo " --binutils-version=VERSION Binutils version number [$BINUTILS_VERSION]"
490 build_binutils_dir () { echo "$BUILD_DIR/$PHASE/binutils"; }
1251 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc"
    [all...]
  /external/elfutils/
elfutils.spec 215 - ld: implement newer features of binutils linker.
347 - strip: add some more compatibility with binutils.
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 218 # Grrr, due to a bug in binutils 2.18.50.0.9
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 212 # Grrr, due to a bug in binutils 2.18.50.0.9
  /external/chromium/sdch/open-vcdiff/
configure     [all...]
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
configure     [all...]
ltmain.sh     [all...]
  /external/expat/
configure     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/llvm/autoconf/
ltmain.sh     [all...]

Completed in 3327 milliseconds

1 2