mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/binutils to 2.22-8
This commit is contained in:
parent
960bf52df1
commit
abbbdfa082
1 changed files with 3 additions and 4 deletions
|
@ -7,19 +7,18 @@
|
||||||
# - Added a CONFIGFLAG for arm, defining our build host
|
# - Added a CONFIGFLAG for arm, defining our build host
|
||||||
# - Disabled make check, too processor/ram intensive, blows up
|
# - Disabled make check, too processor/ram intensive, blows up
|
||||||
|
|
||||||
plugrel=1
|
|
||||||
noautobuild=1
|
noautobuild=1
|
||||||
|
|
||||||
pkgname=binutils
|
pkgname=binutils
|
||||||
pkgver=2.22
|
pkgver=2.22
|
||||||
pkgrel=7
|
pkgrel=8
|
||||||
_date=20120323
|
_date=20120323
|
||||||
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')
|
||||||
url="http://www.gnu.org/software/binutils/"
|
url="http://www.gnu.org/software/binutils/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
groups=('base-devel')
|
groups=('base-devel')
|
||||||
depends=('glibc>=2.15' 'zlib')
|
depends=('glibc>=2.16' 'zlib')
|
||||||
checkdepends=('dejagnu')
|
checkdepends=('dejagnu')
|
||||||
options=('!libtool' '!distcc' '!ccache')
|
options=('!libtool' '!distcc' '!ccache')
|
||||||
install=binutils.install
|
install=binutils.install
|
||||||
|
@ -44,7 +43,7 @@ build() {
|
||||||
|
|
||||||
# ALARM: Specify build host types
|
# ALARM: Specify build host types
|
||||||
[[ $CARCH == "arm" ]] && CONFIGFLAG="--host=arm-unknown-linux-gnueabi --build=arm-unknown-linux-gnueabi" && MAKEFLAGS="-j1"
|
[[ $CARCH == "arm" ]] && CONFIGFLAG="--host=arm-unknown-linux-gnueabi --build=arm-unknown-linux-gnueabi" && MAKEFLAGS="-j1"
|
||||||
[[ $CARCH == "armv7h" ]] && CONFIGFLAG="--host=armv7l-unknown-linux-gnueabi --build=armv7l-unknown-linux-gnueabi" && MAKEFLAGS="-j2"
|
[[ $CARCH == "armv7h" ]] && CONFIGFLAG="--host=armv7l-unknown-linux-gnueabihf --build=armv7l-unknown-linux-gnueabihf" && MAKEFLAGS="-j2"
|
||||||
|
|
||||||
${srcdir}/binutils/configure --prefix=/usr \
|
${srcdir}/binutils/configure --prefix=/usr \
|
||||||
--enable-ld=default --enable-gold \
|
--enable-ld=default --enable-gold \
|
||||||
|
|
Loading…
Reference in a new issue