core/binutils to 2.40-1

This commit is contained in:
Kevin Mihelich 2023-01-18 00:26:16 +00:00
parent 88117ea802
commit 58e52b9200

View file

@ -11,20 +11,20 @@
noautobuild=1
pkgname=binutils
pkgver=2.39
_commit=88ac930a725b8aac8284a2738f03b843f4343dd0
pkgrel=4
pkgver=2.40
_commit=78eca0130feecb321bb6943045b2161583f61dd2
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files'
arch=(x86_64)
url='https://www.gnu.org/software/binutils/'
license=('GPL3' 'GPL' 'FDL1.3' 'custom:FSFAP')
groups=(base-devel)
depends=(glibc zlib libelf jansson)
depends=(glibc jansson libelf zlib zstd)
makedepends=(git)
checkdepends=(dejagnu debuginfod bc)
optdepends=('debuginfod: for debuginfod server/client functionality')
backup=('etc/gprofng.rc')
options=(staticlibs !distcc !ccache debug)
options=(staticlibs !distcc !ccache)
source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
gold-warn-unsupported.patch)
sha256sums=('SKIP'
@ -59,6 +59,7 @@ build() {
--sysconfdir="${pkgdir}"/etc \
--with-lib-path=/usr/lib:/usr/local/lib \
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
--enable-colored-disassembly \
--enable-default-execstack=no \
--enable-deterministic-archives \
--enable-gold \