File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ chain for " target " development."))
90
90
(home-page (package-home-page xgcc))
91
91
(license (package-license xgcc)))))
92
92
93
- (define base-gcc gcc-12 ) ; ; 12.4 .0
93
+ (define base-gcc gcc-13 ) ; ; 13.3 .0
94
94
95
95
(define base-linux-kernel-headers linux-libre-headers-6.1)
96
96
@@ -542,7 +542,7 @@ inspecting signatures in Mach-O binaries.")
542
542
gzip
543
543
xz
544
544
; ; Build tools
545
- gcc-toolchain-12
545
+ gcc-toolchain-13
546
546
cmake-minimal
547
547
gnu-make
548
548
; ; Scripting
@@ -561,7 +561,7 @@ inspecting signatures in Mach-O binaries.")
561
561
((string-contains target " -linux-" )
562
562
(list bison
563
563
pkg-config
564
- (list gcc-toolchain-12 " static" )
564
+ (list gcc-toolchain-13 " static" )
565
565
(make-bitcoin-cross-toolchain target)))
566
566
((string-contains target " darwin" )
567
567
(list clang-toolchain-18
You can’t perform that action at this time.
0 commit comments