core/binutils to 2.25.1-3

This commit is contained in:
Kevin Mihelich 2015-08-19 02:37:46 +00:00
parent 2d0967e92e
commit 0347227b5a

View file

@ -14,7 +14,7 @@ noautobuild=1
pkgname=binutils pkgname=binutils
pkgver=2.25.1 pkgver=2.25.1
pkgrel=2 pkgrel=3
_commit=2bd25930 _commit=2bd25930
pkgdesc="A set of programs to assemble and manipulate binary and object files" pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -57,6 +57,7 @@ build() {
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \ --with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
--enable-threads --enable-shared --with-pic \ --enable-threads --enable-shared --with-pic \
--enable-ld=default --enable-gold --enable-plugins \ --enable-ld=default --enable-gold --enable-plugins \
--enable-deterministic-archives \
--disable-werror --disable-gdb --disable-sim $CONFIGFLAG --disable-werror --disable-gdb --disable-sim $CONFIGFLAG
# check the host environment and makes sure all the necessary tools are available # check the host environment and makes sure all the necessary tools are available