mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/binutils to 2.25.1-3
This commit is contained in:
parent
2d0967e92e
commit
0347227b5a
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ noautobuild=1
|
|||
|
||||
pkgname=binutils
|
||||
pkgver=2.25.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
_commit=2bd25930
|
||||
pkgdesc="A set of programs to assemble and manipulate binary and object files"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -57,6 +57,7 @@ build() {
|
|||
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
|
||||
--enable-threads --enable-shared --with-pic \
|
||||
--enable-ld=default --enable-gold --enable-plugins \
|
||||
--enable-deterministic-archives \
|
||||
--disable-werror --disable-gdb --disable-sim $CONFIGFLAG
|
||||
|
||||
# check the host environment and makes sure all the necessary tools are available
|
||||
|
|
Loading…
Reference in a new issue