Skip to content

Commit 93e41b7

Browse files
committed
guix: Use gcc-8 for mingw-w64 instead of 7
We're using mingw-w64 6.0.0, which is paired with gcc-8 in most distros.
1 parent ef4f7e4 commit 93e41b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/guix/manifest.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ desirable for building Bitcoin Core release binaries."
114114
(pthreads-xlibc mingw-w64-x86_64-winpthreads)
115115
(pthreads-xgcc (make-gcc-with-pthreads
116116
(cross-gcc target
117-
#:xgcc (make-ssp-fixed-gcc gcc)
117+
#:xgcc (make-ssp-fixed-gcc gcc-8)
118118
#:xbinutils xbinutils
119119
#:libc pthreads-xlibc))))
120120
;; Define a meta-package that propagates the resulting XBINUTILS, XLIBC, and

0 commit comments

Comments
 (0)