From 58e52b920036140c0ed5424975ec26cd7ba4659f Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 18 Jan 2023 00:26:16 +0000 Subject: [PATCH] core/binutils to 2.40-1 --- core/binutils/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index 3b601e9d5..8bc978afa 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -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 \