diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2022-05-24 17:18:07 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-24 17:19:02 +0200 |
commit | ba708a52fdeb062443dc7174f683665f94b4b48b (patch) | |
tree | 5f3d0f930a96eddd8513532ad10bc5b375efee61 | |
parent | 37e29ccd332f371aacedc71388e805fbc9e947fa (diff) | |
download | guix-ba708a52fdeb062443dc7174f683665f94b4b48b.tar.gz guix-ba708a52fdeb062443dc7174f683665f94b4b48b.zip |
gnu: gcc-toolchain: Add 12.1.0.
* gnu/packages/commencement.scm (gcc-toolchain-12): New variable.
-rw-r--r-- | gnu/packages/commencement.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 3f8f463b79..89fc325208 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -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'. |