[arch-commits] Commit in binutils/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Mar 12 10:26:10 UTC 2011
Date: Saturday, March 12, 2011 @ 05:26:10
Author: allan
Revision: 114312
upgpkg: binutils 2.21-5
new upstream snapshot
Modified:
binutils/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-03-12 09:20:04 UTC (rev 114311)
+++ PKGBUILD 2011-03-12 10:26:10 UTC (rev 114312)
@@ -5,8 +5,8 @@
pkgname=binutils
pkgver=2.21
-pkgrel=4
-_date=20110209
+pkgrel=5
+_date=20110311
pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/binutils/"
@@ -18,7 +18,7 @@
install=binutils.install
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2
binutils.git-39637246.patch)
-md5sums=('673ef8f4fc0b497232b4458982e76179'
+md5sums=('b72f868f0c687d8b835814a32d859250'
'dd72cb6df5467bc6237cff2a886099d0')
mksource() {
@@ -33,6 +33,8 @@
build() {
cd ${srcdir}/binutils
+
+ # do not use nopl instructions on i686
patch -Np1 -i ${srcdir}/binutils.git-39637246.patch
cd ${srcdir}
More information about the arch-commits
mailing list