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."))
9090 (home-page (package-home-page xgcc))
9191 (license (package-license xgcc)))))
9292
93- (define base-gcc gcc-12 ) ; ; 12.4 .0
93+ (define base-gcc gcc-13 ) ; ; 13.3 .0
9494
9595(define base-linux-kernel-headers linux-libre-headers-6.1)
9696
@@ -542,7 +542,7 @@ inspecting signatures in Mach-O binaries.")
542542 gzip
543543 xz
544544 ; ; Build tools
545- gcc-toolchain-12
545+ gcc-toolchain-13
546546 cmake-minimal
547547 gnu-make
548548 ; ; Scripting
@@ -561,7 +561,7 @@ inspecting signatures in Mach-O binaries.")
561561 ((string-contains target " -linux-" )
562562 (list bison
563563 pkg-config
564- (list gcc-toolchain-12 " static" )
564+ (list gcc-toolchain-13 " static" )
565565 (make-bitcoin-cross-toolchain target)))
566566 ((string-contains target " darwin" )
567567 (list clang-toolchain-18
You can’t perform that action at this time.
0 commit comments