[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: DRAFT gnu: gcc: Update gcc, gcc-toolchain to 14.
From: |
guix-commits |
Subject: |
05/14: DRAFT gnu: gcc: Update gcc, gcc-toolchain to 14. |
Date: |
Thu, 5 Dec 2024 04:27:03 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit cf13d234a85bb8be3f991ca8512183cdd0ec5ca5
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Dec 3 08:52:13 2024 +0100
DRAFT gnu: gcc: Update gcc, gcc-toolchain 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.
* gnu/packages/commencement.scm (gcc-toolchain): Define as gcc-toolchain-14
for all.
Change-Id: Iaac983da8acbbb2fd1088a0469d6115b7d424dbb
---
gnu/packages/commencement.scm | 6 ++----
gnu/packages/gcc.scm | 5 +----
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 9b1af7bb03..79342e213a 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3702,7 +3702,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))
@@ -3715,9 +3715,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 6247919fec..d6999ad0ba 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)
;;;
- branch core-packages-team created (now f2c7f31515), guix-commits, 2024/12/05
- 01/14: gnu: commencement: gcc-boot0: Build fix for x86_64-linux with gcc-14., guix-commits, 2024/12/05
- 02/14: gnu: commencement: gcc-final: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/05
- 06/14: REMOVEME gnu: commencement: bash-mesboot: Avoid rebuild., guix-commits, 2024/12/05
- 05/14: DRAFT gnu: gcc: Update gcc, gcc-toolchain to 14.,
guix-commits <=
- 10/14: REMOVEME gnu: Add libffi-previous for guile to prevent rebuild at this time., guix-commits, 2024/12/05
- 11/14: gnu: gettext-minimal: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/05
- 03/14: gnu: bash-minimal: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/05
- 08/14: gnu: zip: Fix build with gcc-14., guix-commits, 2024/12/05
- 04/14: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/05
- 12/14: gnu: gettext[-minimal]: Update to 0.23., guix-commits, 2024/12/05
- 13/14: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/05
- 07/14: REMOVEME gnu: commencement: static-bash-for-glibc: Avoid rebuild., guix-commits, 2024/12/05
- 09/14: gnu: libffi: Update to 3.4.6., guix-commits, 2024/12/05
- 14/14: squash! gnu: zip: Fix build with gcc-14. -- fixup commit message, guix-commits, 2024/12/05