Home | History | Annotate | Download | only in build

Lines Matching refs:binutils

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 -j4
114 if sudo make maybe-install-binutils maybe-install-gold
298 # Ubuntu you can do "apt-get install binutils-gold" to get it), but
319 if apt-cache show binutils-gold | grep -Eq 'Version: 2.2[1-9].*'; then
320 echo "Installing binutils-gold. Backing up ld as ld.single."
321 sudo apt-get install binutils-gold
324 echo "Building binutils. Backing up ld as ld.orig."