Date: Wednesday, February 9, 2022 @ 16:22:15 Author: freswa Revision: 436735
upgpkg: binutils 2.38-1 Modified: binutils/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-09 16:22:01 UTC (rev 436734) +++ PKGBUILD 2022-02-09 16:22:15 UTC (rev 436735) @@ -1,11 +1,11 @@ # Maintainer: Bartłomiej Piotrowski <[email protected]> # Contributor: Allan McRae <[email protected]> -# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc +# toolchain build order: linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc pkgname=binutils -pkgver=2.36.1 -pkgrel=3 +pkgver=2.38 +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/' @@ -19,7 +19,7 @@ #_commit=cb5f6a3e146cc70bc2d864989386df80acec5d3e #source=(git+https://sourceware.org/git/binutils-gdb.git#commit=$_commit) source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig}) -sha256sums=('e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0' +sha256sums=('e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024' 'SKIP') validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F) @@ -58,8 +58,8 @@ --with-pic \ --with-system-zlib - make configure-host - make tooldir=/usr + make -O configure-host + make -O tooldir=/usr } check() { @@ -67,7 +67,7 @@ # unset LDFLAGS as testsuite makes assumptions about which ones are active # ignore failures in gold testsuite... - make -k LDFLAGS="" check || true + make -O -k LDFLAGS="" check || true } package() {
