Revert "cross-mingwarm64-binutils: Update to 2.44dev"

This reverts commit be33681526cc9a83f9a62f9d9ecd5978b1231389.

crashes in msys2-tests
This commit is contained in:
Christoph Reiter 2025-08-02 14:45:41 +02:00
parent be33681526
commit 33e2f9abdd

View File

@ -6,7 +6,7 @@ _mingw_suff=mingw-w64-cross
_targetpkgs=("${_mingw_suff}-mingwarm64-${_realname}") _targetpkgs=("${_mingw_suff}-mingwarm64-${_realname}")
pkgname=("${_targetpkgs[@]}") pkgname=("${_targetpkgs[@]}")
pkgver=2.44dev pkgver=2.44dev
pkgrel=2 pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files" pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.gnu.org/software/binutils/" url="https://www.gnu.org/software/binutils/"
@ -20,15 +20,13 @@ depends=("libiconv" "zlib" "libzstd" "libintl")
checkdepends=('dejagnu' 'bc') checkdepends=('dejagnu' 'bc')
makedepends=("libiconv-devel" "zlib-devel" 'autotools' 'gcc' 'libzstd-devel' 'gettext-devel' 'git' 'gmp-devel' 'mpfr-devel') makedepends=("libiconv-devel" "zlib-devel" 'autotools' 'gcc' 'libzstd-devel' 'gettext-devel' 'git' 'gmp-devel' 'mpfr-devel')
options=('staticlibs' '!distcc' '!ccache' '!buildflags') options=('staticlibs' '!distcc' '!ccache' '!buildflags')
_commit="4c7df05d93ba1af0bde1a74eab2ab0875a8ab835" _commit="3b69e905b1b94561a48744d5eae52377219173f1"
source=("${_realname}"::"git+https://github.com/Windows-on-ARM-Experiments/binutils-woarm64.git#commit=${_commit}" source=("${_realname}"::"git+https://github.com/Windows-on-ARM-Experiments/binutils-woarm64.git#commit=${_commit}"
0002-check-for-unusual-file-harder.patch 0002-check-for-unusual-file-harder.patch
0010-bfd-Increase-_bfd_coff_max_nscns-to-65279.patch 0010-bfd-Increase-_bfd_coff_max_nscns-to-65279.patch)
https://github.com/bminor/binutils-gdb/commit/5c87b330e910f8be1443c881fd16a70e685f1f2f.patch) sha256sums=('963e4e4e0eba8918fc300b9119915020ccac0cfc19bda6397ccab0eefe699ccc'
sha256sums=('e87f930ab25e4176ecf0657e159b66d7739e4d65d1cf37e4176022113885a364'
'2c99345fc575c3a060d6677537f636c6c4154fac0fde508070f3b6296c1060d4' '2c99345fc575c3a060d6677537f636c6c4154fac0fde508070f3b6296c1060d4'
'4e8ac055df61b1b5d6ae29dc87e1154737c2e87c7b244b44866702cabf1a5d18' '4e8ac055df61b1b5d6ae29dc87e1154737c2e87c7b244b44866702cabf1a5d18')
'6894b1b79ae92dea3ad1ca4397effe38521fd76765990b809ed345c2540976b7')
validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93' validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'
'3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F')
msys2_references=( msys2_references=(
@ -48,8 +46,7 @@ prepare() {
apply_patch_with_msg \ apply_patch_with_msg \
0002-check-for-unusual-file-harder.patch \ 0002-check-for-unusual-file-harder.patch \
0010-bfd-Increase-_bfd_coff_max_nscns-to-65279.patch \ 0010-bfd-Increase-_bfd_coff_max_nscns-to-65279.patch
5c87b330e910f8be1443c881fd16a70e685f1f2f.patch
} }
_build() { _build() {