gnu: gcc-toolchain: Add 12.1.0.

* gnu/packages/commencement.scm (gcc-toolchain-12): New variable.
This commit is contained in:
Ludovic Courtès 2022-05-24 17:18:07 +02:00 committed by Ludovic Courtès
parent 37e29ccd33
commit ba708a52fd
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3871,6 +3871,9 @@ (define-public gcc-toolchain-10
(define-public gcc-toolchain-11
(make-gcc-toolchain gcc-11))
(define-public gcc-toolchain-12
(make-gcc-toolchain gcc-12))
(define-public gcc-toolchain-aka-gcc
;; It's natural for users to try "guix install gcc". This package
;; automatically "redirects" them to 'gcc-toolchain'.