summaryrefslogtreecommitdiff
path: root/core/binutils
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-27 22:24:53 +0000
committerroot <root@rshg047.dnsready.net>2011-04-27 22:24:53 +0000
commit18d6577d511b9a1ac36eaae50060133a401e42a3 (patch)
treef681f9444a7a0a95916de40af82d3b805d5fb8d3 /core/binutils
parent69e1fada8bdc9588d0a3d8bc3403fa809d809a84 (diff)
Wed Apr 27 22:24:53 UTC 2011
Diffstat (limited to 'core/binutils')
-rw-r--r--core/binutils/PKGBUILD19
1 files changed, 9 insertions, 10 deletions
diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD
index da43e8b5e..fa5a47b64 100644
--- a/core/binutils/PKGBUILD
+++ b/core/binutils/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 109378 2011-02-09 08:54:49Z allan $
+# $Id: PKGBUILD 116976 2011-03-27 06:07:38Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
pkgname=binutils
pkgver=2.21
-pkgrel=4
-_date=20110209
+pkgrel=6
+_date=20110326
pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/binutils/"
@@ -16,10 +16,8 @@ depends=('glibc>=2.13' 'zlib')
makedepends=('dejagnu')
options=('!libtool' '!distcc' '!ccache')
install=binutils.install
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2
- binutils.git-39637246.patch)
-md5sums=('673ef8f4fc0b497232b4458982e76179'
- 'dd72cb6df5467bc6237cff2a886099d0')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
+md5sums=('884dcbc87d4722b152aea72312356da1')
mksource() {
mkdir ${pkgname}-${_date}
@@ -32,9 +30,6 @@ mksource() {
}
build() {
- cd ${srcdir}/binutils
- patch -Np1 -i ${srcdir}/binutils.git-39637246.patch
-
cd ${srcdir}
mkdir binutils-build && cd binutils-build
@@ -49,6 +44,10 @@ build() {
make configure-host
make tooldir=${pkgdir}/usr
+}
+
+check() {
+ cd ${srcdir}/binutils-build
# do not abort on errors - manually check log files
make -k -j1 check || true