0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

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.
This commit is contained in:
Carl Dong 2020-03-24 14:08:56 -04:00
parent ef4f7e4c45
commit 93e41b7e3b
No known key found for this signature in database
GPG key ID: 0CC52153197991A5

View file

@ -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