mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/binutils to 2.22-10
This commit is contained in:
parent
ac47fb5a6e
commit
0ac28f1ec3
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ noautobuild=1
|
|||
|
||||
pkgname=binutils
|
||||
pkgver=2.22
|
||||
pkgrel=8
|
||||
pkgrel=10
|
||||
_date=20120323
|
||||
pkgdesc="A set of programs to assemble and manipulate binary and object files"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -47,6 +47,7 @@ build() {
|
|||
[[ $CARCH == "armv7h" ]] && CONFIGFLAG="--host=armv7l-unknown-linux-gnueabihf --build=armv7l-unknown-linux-gnueabihf" && MAKEFLAGS="-j2"
|
||||
|
||||
${srcdir}/binutils/configure --prefix=/usr \
|
||||
--with-lib-path=/usr/lib:/usr/local/lib \
|
||||
--enable-ld=default --enable-gold \
|
||||
--enable-plugins --enable-threads \
|
||||
--enable-shared $CONFIGFLAG
|
||||
|
|
Loading…
Reference in a new issue