guix: drop Windows broken-longjmp.patch

This is no-longer required, now that we are building using GCC 10.4.0.
This commit is contained in:
fanquake
2023-08-23 10:23:02 +01:00
parent a1d4a42993
commit 6cbedc3d9b
2 changed files with 1 additions and 72 deletions

View File

@@ -113,8 +113,7 @@ desirable for building Bitcoin Core release binaries."
(define (gcc-mingw-patches gcc)
(package-with-extra-patches gcc
(search-our-patches "gcc-remap-guix-store.patch"
"vmov-alignment.patch"
"gcc-broken-longjmp.patch")))
"vmov-alignment.patch")))
(define (make-mingw-pthreads-cross-toolchain target)
"Create a cross-compilation toolchain package for TARGET"