core/binutils to 2.22-10

This commit is contained in:
Kevin Mihelich 2012-09-14 01:01:20 +00:00
parent ac47fb5a6e
commit 0ac28f1ec3

View file

@ -11,7 +11,7 @@ noautobuild=1
pkgname=binutils
pkgver=2.22
pkgrel=8
pkgrel=10
_date=20120323
pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64')
@ -47,6 +47,7 @@ build() {
[[ $CARCH == "armv7h" ]] && CONFIGFLAG="--host=armv7l-unknown-linux-gnueabihf --build=armv7l-unknown-linux-gnueabihf" && MAKEFLAGS="-j2"
${srcdir}/binutils/configure --prefix=/usr \
--with-lib-path=/usr/lib:/usr/local/lib \
--enable-ld=default --enable-gold \
--enable-plugins --enable-threads \
--enable-shared $CONFIGFLAG