diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index 7a10f5599..47ee971b8 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -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 \