Skip to content

Commit cbc65b3

Browse files
committed
guix: use GCC 13.3.0 for base toolchain.
1 parent 4601b7c commit cbc65b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/guix/manifest.scm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)