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.
pull/764/head
Carl Dong 5 years ago
parent ef4f7e4c45
commit 93e41b7e3b
No known key found for this signature in database
GPG Key ID: 0CC52153197991A5

@ -114,7 +114,7 @@ desirable for building Bitcoin Core release binaries."
(pthreads-xlibc mingw-w64-x86_64-winpthreads)
(pthreads-xgcc (make-gcc-with-pthreads
(cross-gcc target
#:xgcc (make-ssp-fixed-gcc gcc)
#:xgcc (make-ssp-fixed-gcc gcc-8)
#:xbinutils xbinutils
#:libc pthreads-xlibc))))
;; Define a meta-package that propagates the resulting XBINUTILS, XLIBC, and

Loading…
Cancel
Save