update to 12.4-systemd: binutils-2.45

This commit is contained in:
2025-12-20 23:09:39 -05:00
parent 9e24441d9c
commit 05e04d3b92

View File

@@ -1,11 +1,11 @@
pkgname=binutils
pkgver=2.44
pkgver=2.45
pkgdesc='A set of programs to assemble and manipulate binary and object files'
homepage='https://www.gnu.org/software/binutils/'
license=(GPL-2.0-or-later GPL-3.0-or-later LGPL-2.0-or-later LGPL-3.0-or-later GFDL-1.3 FSFAP)
sources=("${pkgname}-${pkgver}.tar.xz")
urls=("https://sourceware.org/pub/binutils/releases/${sources[0]}")
md5sums=("49912ce774666a30806141f106124294")
md5sums=("dee5b4267e0305a99a3c9d6131f45759")
src_prepare() {
@@ -31,10 +31,10 @@ src_build() {
src_check() {
make -k CFLAGS_FOR_TARGET="-O2 -g" \
CXXFLAGS="-O2 -no-pie -fno-PIC" \
CFLAGS="-O2 -no-pie" \
LDFLAGS="" \
check
CXXFLAGS="-O2 -no-pie -fno-PIC" \
CFLAGS="-O2 -no-pie" \
LDFLAGS="" \
check
}
src_install() {