gnu: Add gcc-toolchain-13.

* gnu/packages/commencement.scm (gcc-toolchain-13): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Hilton Chain 2023-09-27 18:57:12 +08:00 committed by Efraim Flashner
parent 54da3d2c2e
commit aa69d140d3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 0 deletions

View File

@ -3635,6 +3635,9 @@ is the GNU Compiler Collection.")
(define-public gcc-toolchain-12
(make-gcc-toolchain gcc-12))
(define-public gcc-toolchain-13
(make-gcc-toolchain gcc-13))
(define-public gcc-toolchain-aka-gcc
;; It's natural for users to try "guix install gcc". This package
;; automatically "redirects" them to 'gcc-toolchain'.