aboutsummaryrefslogtreecommitdiff
path: root/contrib/guix/manifest.scm
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-03-18 11:03:07 +0000
committerfanquake <fanquake@gmail.com>2024-03-21 11:05:39 +0000
commit73d92309d7c3584de28d0dd97d45773571383eb7 (patch)
tree1118b59c20412c5b70164e893a1b4a27c5cc9a5a /contrib/guix/manifest.scm
parent71b63195b30b2fa0dff20ebb262ce7566dd5d673 (diff)
downloadbitcoin-73d92309d7c3584de28d0dd97d45773571383eb7.tar.xz
guix: use GCC 11 for macOS builds
Note that this is just the native compiler, that is used to build the toolchain we use to build the actual binaries. Partially motivated by 29091.
Diffstat (limited to 'contrib/guix/manifest.scm')
-rw-r--r--contrib/guix/manifest.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm
index 3353c8a874..0798d82aa6 100644
--- a/contrib/guix/manifest.scm
+++ b/contrib/guix/manifest.scm
@@ -527,9 +527,8 @@ inspecting signatures in Mach-O binaries.")
(list gcc-toolchain-12 "static")
(make-bitcoin-cross-toolchain target)))
((string-contains target "darwin")
- (list ;; Native GCC 10 toolchain
- gcc-toolchain-10
- (list gcc-toolchain-10 "static")
+ (list ;; Native GCC 11 toolchain
+ gcc-toolchain-11
binutils
clang-toolchain-17
cmake-minimal