We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4f7e4 commit 93e41b7Copy full SHA for 93e41b7
contrib/guix/manifest.scm
@@ -114,7 +114,7 @@ desirable for building Bitcoin Core release binaries."
114
(pthreads-xlibc mingw-w64-x86_64-winpthreads)
115
(pthreads-xgcc (make-gcc-with-pthreads
116
(cross-gcc target
117
- #:xgcc (make-ssp-fixed-gcc gcc)
+ #:xgcc (make-ssp-fixed-gcc gcc-8)
118
#:xbinutils xbinutils
119
#:libc pthreads-xlibc))))
120
;; Define a meta-package that propagates the resulting XBINUTILS, XLIBC, and
0 commit comments