guix: bump gcc to 14
authortobtoht <tob@featherwallet.org>
Sat, 1 Nov 2025 14:50:42 +0000 (15:50 +0100)
committertobtoht <tob@featherwallet.org>
Sat, 1 Nov 2025 14:50:42 +0000 (15:50 +0100)
contrib/guix/manifest.scm

index 9afbd2a46be045b6a86ed861f2efff30fe89cd48..011ef5014278e39367ef83b967bf4226e1115f5f 100644 (file)
@@ -99,7 +99,7 @@ chain for " target " development."))
       (home-page (package-home-page xgcc))
       (license (package-license xgcc)))))
 
-(define base-gcc gcc-13)
+(define base-gcc gcc-14)
 (define base-linux-kernel-headers linux-libre-headers-6.1)
 
 (define* (make-bitcoin-cross-toolchain target
@@ -478,8 +478,8 @@ inspecting signatures in Mach-O binaries.")
         zip  ; used to create release archives
 
         ;; Build tools
-        gcc-toolchain-13
-        (list gcc-toolchain-13 "static")
+        gcc-toolchain-14
+        (list gcc-toolchain-14 "static")
         gnu-make
         pkg-config
         cmake-minimal