From b7c6c9c7844914d1d0617a24b9e3a84d691d1f64 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 7 Jul 2012 00:02:03 +0000 Subject: Sat Jul 7 00:02:03 UTC 2012 --- core/binutils/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'core/binutils') diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index 233633e31..fb7a999a6 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 158099 2012-05-02 22:27:06Z allan $ +# $Id: PKGBUILD 163009 2012-07-05 13:48:25Z allan $ # Maintainer: Allan McRae # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc 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 @@ -66,7 +66,9 @@ check() { cd ${srcdir}/binutils-build # do not abort on errors - manually check log files - make -k -j1 check || true + # gold testsuite does not build with _FORTIFY_SOURCE (due to -O0 -Werror) + make CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=2/}" \ + CXXFLAGS="${CXXFLAGS/-D_FORTIFY_SOURCE=2/}" -k check || true } package() { -- cgit v1.2.3-54-g00ecf