me
/
guix
Archived
1
0
Fork 0

gnu: gcc-toolchain: Add 12.1.0.

* gnu/packages/commencement.scm (gcc-toolchain-12): New variable.
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
1 changed files with 3 additions and 0 deletions

View File

@ -3871,6 +3871,9 @@ is the GNU Compiler Collection.")
(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'.