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:
parent
ef4f7e4c45
commit
93e41b7e3b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue