mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/binutils to 2.24-5
This commit is contained in:
parent
a303d77b14
commit
5e5e102bbd
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ noautobuild=1
|
|||
|
||||
pkgname=binutils
|
||||
pkgver=2.24
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="A set of programs to assemble and manipulate binary and object files"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/binutils/"
|
||||
|
@ -57,7 +57,7 @@ build() {
|
|||
${srcdir}/binutils-${pkgver}/configure --prefix=/usr \
|
||||
--with-lib-path=/usr/lib:/usr/local/lib \
|
||||
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
|
||||
--enable-threads --enable-shared \
|
||||
--enable-threads --enable-shared --with-pic \
|
||||
--enable-ld=default --enable-gold --enable-plugins \
|
||||
--disable-werror $CONFIGFLAG
|
||||
|
||||
|
|
Loading…
Reference in a new issue