[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/61: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14.
From: |
guix-commits |
Subject: |
61/61: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14. |
Date: |
Thu, 12 Dec 2024 05:42:05 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit e8b4b41133f2eb48cdd873a96ef664013214c205
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Dec 3 08:52:13 2024 +0100
DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14.
We probably want to keep this patch "bubbling" up on top of the gcc-14
patches
until the gcc-14 transition is done, keeping every commit buildable.
* gnu/packages/gcc.scm (gcc): Define as gcc-14 for all.
(libgccjit): Define as libgccjit-14.
* gnu/packages/commencement.scm (gcc-toolchain): Define as gcc-toolchain-14
for all.
* gnu/packages/gcc.scm
Change-Id: Iaac983da8acbbb2fd1088a0469d6115b7d424dbb
---
gnu/packages/commencement.scm | 6 ++----
gnu/packages/gcc.scm | 7 ++-----
2 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 7b1eed79b0..b23d2beaea 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3708,7 +3708,7 @@ is the GNU Compiler Collection.")
(make-gcc-toolchain gcc-10))
(define-public gcc-toolchain-11
- (make-gcc-toolchain gcc-11))
+ (make-gcc-toolchain gcc-11))
(define-public gcc-toolchain-12
(make-gcc-toolchain gcc-12))
@@ -3721,9 +3721,7 @@ is the GNU Compiler Collection.")
;; The default GCC
(define-public gcc-toolchain
- (if (host-hurd64?)
- gcc-toolchain-14
- gcc-toolchain-11))
+ gcc-toolchain-14)
(define-public gcc-toolchain-aka-gcc
;; It's natural for users to try "guix install gcc". This package
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 6fdc47dc94..df7d2ece51 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -858,10 +858,7 @@ It also includes runtime support libraries for these
languages.")
;; Note: When changing the default gcc version, update
;; the gcc-toolchain-* definitions.
-(define-public gcc
- (if (host-hurd64?)
- gcc-14
- gcc-11))
+(define-public gcc gcc-14)
;;;
@@ -1263,7 +1260,7 @@ misnomer.")))
;; This must match the 'gcc' variable, but it must also be 'eq?' to one of the
;; libgccjit-* packages above.
-(define-public libgccjit libgccjit-11)
+(define-public libgccjit libgccjit-14)
(define (make-gccgo gcc)
"Return a gccgo package based on GCC."
- 22/61: gnu: torsocks: Fix build with gcc-14., (continued)
- 22/61: gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/12
- 04/61: gnu: %bootstrap-glibc: Patch more files., guix-commits, 2024/12/12
- 15/61: gnu: automake: Fix build with gcc-14., guix-commits, 2024/12/12
- 17/61: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/12
- 30/61: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/12
- 39/61: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/12
- 41/61: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/12
- 45/61: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/12
- 46/61: gnu: ntp: Fix build with gcc-14., guix-commits, 2024/12/12
- 51/61: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2024/12/12
- 61/61: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14.,
guix-commits <=
- 48/61: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/12
- 31/61: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/12
- 09/61: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/12
- 01/61: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/12
- 14/61: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/12
- 16/61: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2024/12/12
- 19/61: gnu: bdb: Use automake-1.16.5., guix-commits, 2024/12/12
- 18/61: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/12
- 23/61: gnu: commencement: static-bash-for-glibc Fix x86-linux build., guix-commits, 2024/12/12
- 25/61: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/12