diff options
| author | Carl Dong <[email protected]> | 2020-03-24 14:08:56 -0400 |
|---|---|---|
| committer | Carl Dong <[email protected]> | 2020-04-02 17:20:00 -0400 |
| commit | 93e41b7e3b54c17fd1b4c61ee95fc0dc2827e954 (patch) | |
| tree | 8d84436cf4104946840f737536befba11ac0e005 | |
| parent | guix: Set the well-known timezone env var (diff) | |
| download | discoin-93e41b7e3b54c17fd1b4c61ee95fc0dc2827e954.tar.xz discoin-93e41b7e3b54c17fd1b4c61ee95fc0dc2827e954.zip | |
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.
| -rw-r--r-- | contrib/guix/manifest.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index 1e2d3507d..4e99a792c 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -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 |