mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04: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))
|
(home-page (package-home-page xgcc))
|
||||||
(license (package-license 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)
|
(define base-linux-kernel-headers linux-libre-headers-6.1)
|
||||||
|
|
||||||
|
@ -542,7 +542,7 @@ inspecting signatures in Mach-O binaries.")
|
||||||
gzip
|
gzip
|
||||||
xz
|
xz
|
||||||
;; Build tools
|
;; Build tools
|
||||||
gcc-toolchain-12
|
gcc-toolchain-13
|
||||||
cmake-minimal
|
cmake-minimal
|
||||||
gnu-make
|
gnu-make
|
||||||
;; Scripting
|
;; Scripting
|
||||||
|
@ -561,7 +561,7 @@ inspecting signatures in Mach-O binaries.")
|
||||||
((string-contains target "-linux-")
|
((string-contains target "-linux-")
|
||||||
(list bison
|
(list bison
|
||||||
pkg-config
|
pkg-config
|
||||||
(list gcc-toolchain-12 "static")
|
(list gcc-toolchain-13 "static")
|
||||||
(make-bitcoin-cross-toolchain target)))
|
(make-bitcoin-cross-toolchain target)))
|
||||||
((string-contains target "darwin")
|
((string-contains target "darwin")
|
||||||
(list clang-toolchain-18
|
(list clang-toolchain-18
|
||||||
|
|
Loading…
Add table
Reference in a new issue