core/binutils to 2.22-8

This commit is contained in:
Kevin Mihelich 2012-07-06 20:04:27 -04:00
parent 960bf52df1
commit abbbdfa082

View file

@ -7,19 +7,18 @@
# - Added a CONFIGFLAG for arm, defining our build host
# - Disabled make check, too processor/ram intensive, blows up
plugrel=1
noautobuild=1
pkgname=binutils
pkgver=2.22
pkgrel=7
pkgrel=8
_date=20120323
pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/binutils/"
license=('GPL')
groups=('base-devel')
depends=('glibc>=2.15' 'zlib')
depends=('glibc>=2.16' 'zlib')
checkdepends=('dejagnu')
options=('!libtool' '!distcc' '!ccache')
install=binutils.install
@ -44,7 +43,7 @@ build() {
# ALARM: Specify build host types
[[ $CARCH == "arm" ]] && CONFIGFLAG="--host=arm-unknown-linux-gnueabi --build=arm-unknown-linux-gnueabi" && MAKEFLAGS="-j1"
[[ $CARCH == "armv7h" ]] && CONFIGFLAG="--host=armv7l-unknown-linux-gnueabi --build=armv7l-unknown-linux-gnueabi" && MAKEFLAGS="-j2"
[[ $CARCH == "armv7h" ]] && CONFIGFLAG="--host=armv7l-unknown-linux-gnueabihf --build=armv7l-unknown-linux-gnueabihf" && MAKEFLAGS="-j2"
${srcdir}/binutils/configure --prefix=/usr \
--enable-ld=default --enable-gold \