mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14.
* 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
This commit is contained in:
parent
50927338dd
commit
b5b2522947
2 changed files with 4 additions and 9 deletions
|
@ -3675,7 +3675,7 @@ (define-public gcc-toolchain-10
|
|||
(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 @@ (define-public gcc-toolchain-14
|
|||
|
||||
;; 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
|
||||
|
|
|
@ -885,10 +885,7 @@ (define-public gcc-14
|
|||
|
||||
;; 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)
|
||||
|
||||
|
||||
;;;
|
||||
|
@ -1283,7 +1280,7 @@ (define-public libgccjit-14 (make-libgccjit gcc-14))
|
|||
|
||||
;; 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."
|
||||
|
|
Loading…
Reference in a new issue