core/binutils to 2.25-5.1

This commit is contained in:
Kevin Mihelich 2015-06-23 02:36:28 +00:00
parent 6e35134f6f
commit c4be39df2e

View file

@ -7,13 +7,14 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - Added a CONFIGFLAG for ARM, defining our build hosts
# - --disable-sim, files provided by gdb
# - Disabled make check, too processor/ram intensive, blows up
noautobuild=1
pkgname=binutils
pkgver=2.25
pkgrel=5
pkgrel=5.1
_commit=69352378
pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64')
@ -29,7 +30,6 @@ source=(git://sourceware.org/git/binutils-gdb.git#commit=${_commit}
binutils-e9c1bdad.patch)
md5sums=('SKIP'
'eb3aceaab8ed26e06d505f82beb30f8f')
validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93') # Tristan Gingold
prepare() {
cd ${srcdir}/binutils-gdb
@ -56,7 +56,7 @@ build() {
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
--enable-threads --enable-shared --with-pic \
--enable-ld=default --enable-gold --enable-plugins \
--disable-werror --disable-gdb $CONFIGFLAG
--disable-werror --disable-gdb --disable-sim $CONFIGFLAG
# check the host environment and makes sure all the necessary tools are available
make configure-host