guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/12: gnu: gcc-toolchain: Add 12.1.0.


From: guix-commits
Subject: 04/12: gnu: gcc-toolchain: Add 12.1.0.
Date: Tue, 24 May 2022 11:21:51 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ba708a52fdeb062443dc7174f683665f94b4b48b
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Tue May 24 17:18:07 2022 +0200

    gnu: gcc-toolchain: Add 12.1.0.
    
    * gnu/packages/commencement.scm (gcc-toolchain-12): New variable.
---
 gnu/packages/commencement.scm | 3 +++
 1 file changed, 3 insertions(+)

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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]