summaryrefslogtreecommitdiff
path: root/community/mingw-w64-binutils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mingw-w64-binutils/PKGBUILD')
-rw-r--r--community/mingw-w64-binutils/PKGBUILD22
1 files changed, 7 insertions, 15 deletions
diff --git a/community/mingw-w64-binutils/PKGBUILD b/community/mingw-w64-binutils/PKGBUILD
index 28ba518b0..a377f7fc6 100644
--- a/community/mingw-w64-binutils/PKGBUILD
+++ b/community/mingw-w64-binutils/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 104091 2014-01-15 13:38:18Z spupykin $
+# $Id: PKGBUILD 111257 2014-05-15 15:10:10Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-binutils
-pkgver=2.23.2
-pkgrel=3
+pkgver=2.24
+pkgrel=1
pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/binutils"
@@ -14,20 +14,11 @@ license=('GPL')
groups=('mingw-w64-toolchain' 'mingw-w64')
depends=('zlib')
options=('!libtool' '!emptydirs')
-source=("http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz"
- "windres.patch::https://bugs.archlinux.org/task/38111?getfile=11313"
- "binutils-2.23.2-texinfo-5.0.patch.txt")
-md5sums=('cda9dcc08c86ff2fd3f27e4adb250f6f'
- '2b653bdfd2ddda9ff36b4695b2d9bc8c'
- '34e439ce23213a91e2af872dfbb5094c')
+source=("http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz")
+md5sums=('a5dd5dd2d212a282cc1d4a84633e0d88')
prepare() {
cd ${srcdir}/binutils-${pkgver}
- # http://sourceware.org/git/?p=binutils.git;a=patch;h=e02bf935
- # http://sourceware.org/git/?p=binutils.git;a=patch;h=935f8542
- patch -p1 -i ${srcdir}/binutils-2.23.2-texinfo-5.0.patch.txt
- patch -p1 -i ${srcdir}/windres.patch
-
#do not install libiberty
sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
# hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
@@ -42,7 +33,8 @@ build() {
--target=${_target} \
--infodir=/usr/share/info/${_target} \
--enable-lto --enable-plugins \
- --disable-multilib --disable-nls
+ --disable-multilib --disable-nls \
+ --disable-werror
make
done
}