core/binutils to 2.34-2

This commit is contained in:
Kevin Mihelich 2020-03-14 18:06:49 +00:00
parent b530adde17
commit 0b6262f7ab

View file

@ -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 \