gnu: gcc-toolchain: Add 12.1.0.
* gnu/packages/commencement.scm (gcc-toolchain-12): New variable.
This commit is contained in:
parent
37e29ccd33
commit
ba708a52fd
1 changed files with 3 additions and 0 deletions
|
@ -3871,6 +3871,9 @@ is the GNU Compiler Collection.")
|
||||||
(define-public gcc-toolchain-11
|
(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))
|
||||||
|
|
||||||
(define-public gcc-toolchain-aka-gcc
|
(define-public gcc-toolchain-aka-gcc
|
||||||
;; It's natural for users to try "guix install gcc". This package
|
;; It's natural for users to try "guix install gcc". This package
|
||||||
;; automatically "redirects" them to 'gcc-toolchain'.
|
;; automatically "redirects" them to 'gcc-toolchain'.
|
||||||
|
|
Reference in a new issue