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

1 2

  /external/chromium_org/third_party/binutils/
build-all.sh 6 # Script to build binutils for both i386 and AMD64 Linux architectures.
26 wget -c http://ftp.gnu.org/gnu/binutils/binutils-$VERSION.tar.bz2
29 wget -c -q http://ftp.gnu.org/gnu/binutils/binutils-$VERSION.tar.bz2.sig
30 if ! gpg --verify binutils-$VERSION.tar.bz2.sig; then
39 if [ ! -d binutils-$VERSION ]; then
41 tar jxf binutils-$VERSION.tar.bz2
45 cd binutils-$VERSION
75 sudo cp -a binutils-$VERSION "$BUILDDIR
    [all...]
upload.sh 15 if echo "$PWD" | grep -qE "/src/third_party/binutils$"; then
18 echo "update.sh should be run in src/third_party/binutils"
52 BINUTILS_TAR_BZ2="$ARCH/binutils.tar.bz2"
59 upload_to_google_storage.py --bucket chromium-binutils "$BINUTILS_TAR_BZ2"
  /external/netcat/
Android.mk 18 # gold in binutils 2.22 will warn about the usage of mktemp
  /ndk/build/tools/
build-ndk-stack.sh 49 register_var_option "--src-dir=<path>" SRC_DIR "Specify binutils source dir. Must be set for --with-libbfd"
96 BINUTILS_BUILD_DIR=$BUILD_DIR/binutils
97 BINUTILS_SRC_DIR=$SRC_DIR/binutils/binutils-$RECENT_BINUTILS_VERSION
99 # build binutils first
145 -I$BINUTILS_BUILD_DIR/binutils \
146 -I$BINUTILS_SRC_DIR/binutils \
152 $BINUTILS_BUILD_DIR/binutils/bucomm.o \
153 $BINUTILS_BUILD_DIR/binutils/version.o \
154 $BINUTILS_BUILD_DIR/binutils/filemode.o
    [all...]
download-toolchain-sources.sh 199 toolchain_clone binutils
218 toolchain_checkout "" $BRANCH binutils binutils-2.21 binutils-2.23 binutils-2.24
build-gcc.sh 54 register_option "--binutils-version=<version>" do_binutils_version "Specify binutils version" "$BINUTILS_VERSION"
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"
175 echo " Use --binutils-version=<version> to specify alternative."
300 # -flto working. Flag --enable-plugins (note 's') is actually for binutils,
    [all...]
build-llvm.sh 279 --with-binutils-include=$SRC_DIR/binutils/binutils-$BINUTILS_VERSION/include \
build-mingw64-toolchain.sh 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
build-host-gcc.sh 113 register_var_option "--binutils-version=<version>" BINUTILS_VERSION "Select binutils version"
243 # triplet when configuring binutils-2.21, the build will fail. You need to
244 # pass i586-pc-mingw32msvc instead (binutils-2.19 accepts both).
762 # with the gmp/mpfr/mpc/binutils/gcc configure scripts.
916 # Returns the install location of the $HOST binutils cross-toolchain
919 echo "$(host_build_dir)/temp-binutils-$BINUTILS_VERSION-$TARGET"
922 # Returns the install location of the $HOST binutils cross-toolchain
925 echo "$TOP_BUILD_DIR/$BUILD/temp-binutils-$BINUTILS_VERSION-$TARGET"
    [all...]
  /frameworks/native/opengl/tests/EGLTest/
Android.mk 34 # gold in binutils 2.22 will warn about the usage of mktemp
  /ndk/sources/host-tools/ndk-stack/
GNUmakefile 50 BINUTILS_SOURCES := binutils/addr2line.c
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 266 --binutils-version=*) BINUTILS_VERSION=$optarg
354 echo " --binutils-version=VERSION Binutils version number [$BINUTILS_VERSION]"
1266 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc isl cloog"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 266 --binutils-version=*) BINUTILS_VERSION=$optarg
354 echo " --binutils-version=VERSION Binutils version number [$BINUTILS_VERSION]"
1266 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc isl cloog"
    [all...]
  /external/elfutils/0.153/
elfutils.spec 247 - libdwfl: Ignore R_*_NONE relocs, works around old (binutils) ld -r
297 - addr2line: take -j/--section=NAME option for binutils compatibility
342 - ld: implement newer features of binutils linker.
474 - strip: add some more compatibility with binutils.
  /external/chromium_org/build/
install-chroot.sh 658 for i in binutils gdb; do
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
Makefile 393 msg := $(warning No bfd.h/libbfd found, install binutils-dev[el]/zlib-static to gain symbol demangling)
  /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/libunwind/aux/
ltmain.sh     [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4     [all...]
  /external/chromium_org/third_party/libevent/
configure     [all...]
  /external/cmockery/cmockery_0_1_2/
configure     [all...]
  /external/chromium_org/third_party/opus/src/
configure     [all...]

Completed in 1806 milliseconds

1 2