update to LFS 12.4 #1

Merged
wyj merged 146 commits from dev into main 2025-12-22 07:15:10 -05:00
Showing only changes of commit 05e04d3b92 - Show all commits

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() {