mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
guix: use GCC 13.3.0 for base toolchain.
This commit is contained in:
parent
4601b7ca61
commit
cbc65b3ad5
1 changed files with 3 additions and 3 deletions
|
@ -90,7 +90,7 @@ chain for " target " development."))
|
|||
(home-page (package-home-page xgcc))
|
||||
(license (package-license xgcc)))))
|
||||
|
||||
(define base-gcc gcc-12) ;; 12.4.0
|
||||
(define base-gcc gcc-13) ;; 13.3.0
|
||||
|
||||
(define base-linux-kernel-headers linux-libre-headers-6.1)
|
||||
|
||||
|
@ -542,7 +542,7 @@ inspecting signatures in Mach-O binaries.")
|
|||
gzip
|
||||
xz
|
||||
;; Build tools
|
||||
gcc-toolchain-12
|
||||
gcc-toolchain-13
|
||||
cmake-minimal
|
||||
gnu-make
|
||||
;; Scripting
|
||||
|
@ -561,7 +561,7 @@ inspecting signatures in Mach-O binaries.")
|
|||
((string-contains target "-linux-")
|
||||
(list bison
|
||||
pkg-config
|
||||
(list gcc-toolchain-12 "static")
|
||||
(list gcc-toolchain-13 "static")
|
||||
(make-bitcoin-cross-toolchain target)))
|
||||
((string-contains target "darwin")
|
||||
(list clang-toolchain-18
|
||||
|
|
Loading…
Add table
Reference in a new issue