We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d4a42 commit 6cbedc3Copy full SHA for 6cbedc3
contrib/guix/manifest.scm
@@ -113,8 +113,7 @@ desirable for building Bitcoin Core release binaries."
113
(define (gcc-mingw-patches gcc)
114
(package-with-extra-patches gcc
115
(search-our-patches "gcc-remap-guix-store.patch"
116
- "vmov-alignment.patch"
117
- "gcc-broken-longjmp.patch")))
+ "vmov-alignment.patch")))
118
119
(define (make-mingw-pthreads-cross-toolchain target)
120
"Create a cross-compilation toolchain package for TARGET"
contrib/guix/patches/gcc-broken-longjmp.patch
0 commit comments