[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/71: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14.
From: |
guix-commits |
Subject: |
71/71: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14. |
Date: |
Sun, 15 Dec 2024 03:43:03 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit d4a16790d09bfdef7150750fef8a9e0d2ea6257a
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 e1c7082753..d9992a9086 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3675,7 +3675,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))
@@ -3688,9 +3688,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 35e8264822..76e8418445 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -887,10 +887,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)
;;;
@@ -1292,7 +1289,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."
- 59/71: gnu: libedit: Use -Wno-error= for cross-build., (continued)
- 59/71: gnu: libedit: Use -Wno-error= for cross-build., guix-commits, 2024/12/15
- 70/71: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2024/12/15
- 61/71: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 69/71: guix: build-system: cmake: Rework cross compilation., guix-commits, 2024/12/15
- 55/71: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 63/71: gnu: git: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 48/71: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/15
- 68/71: gnu: clang-runtime: Remove gcc-12,13,14 from native-ipnuts., guix-commits, 2024/12/15
- 66/71: gnu: gcc-4.7: Add gcc-wrapper from gcc-final., guix-commits, 2024/12/15
- 67/71: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2024/12/15
- 71/71: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14.,
guix-commits <=
- 54/71: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/15
- 52/71: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 58/71: gnu: netdde: Use -Wno-error=., guix-commits, 2024/12/15
- 64/71: gnu: bootstrap: %bootstrap-glibc: Patch more files., guix-commits, 2024/12/15
- 60/71: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 46/71: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/15