Skip to content

Commit

Permalink
guix: use GCC 13.3.0 for base toolchain.
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Jan 20, 2025
1 parent 4601b7c commit cbc65b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cbc65b3

Please sign in to comment.