mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/binutils to 2.34-2
This commit is contained in:
parent
b530adde17
commit
0b6262f7ab
1 changed files with 4 additions and 3 deletions
|
@ -12,14 +12,14 @@ noautobuild=1
|
|||
|
||||
pkgname=binutils
|
||||
pkgver=2.34
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A set of programs to assemble and manipulate binary and object files'
|
||||
arch=(x86_64)
|
||||
url='https://www.gnu.org/software/binutils/'
|
||||
license=(GPL)
|
||||
groups=(base-devel)
|
||||
depends=(glibc zlib)
|
||||
checkdepends=(dejagnu bc)
|
||||
depends=(glibc zlib elfutils)
|
||||
makedepends=('elfutils')
|
||||
options=(staticlibs !distcc !ccache)
|
||||
source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig}
|
||||
0001-AArch64-Set-the-correct-ELF-class-for-AArch64-stubs-.patch
|
||||
|
@ -66,6 +66,7 @@ build() {
|
|||
--enable-threads \
|
||||
--disable-gdb \
|
||||
--disable-werror \
|
||||
--with-debuginfod \
|
||||
--with-pic \
|
||||
--with-system-zlib \
|
||||
--disable-sim \
|
||||
|
|
Loading…
Reference in a new issue