guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: Add gcc-toolchain-14.


From: guix-commits
Subject: 03/04: gnu: Add gcc-toolchain-14.
Date: Tue, 2 Jul 2024 06:21:03 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c3ec3fe50b241daba06c4c38a381f964d3092e1e
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 23:38:23 2024 +0800

    gnu: Add gcc-toolchain-14.
    
    * gnu/packages/commencement.scm (gcc-toolchain-14): New variable.
    
    Change-Id: I82d56541c76cc48d450c690b047c48a4c4a36702
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/commencement.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 0433059493..314598938b 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3651,6 +3651,9 @@ is the GNU Compiler Collection.")
 (define-public gcc-toolchain-13
   (make-gcc-toolchain gcc-13))
 
+(define-public gcc-toolchain-14
+  (make-gcc-toolchain gcc-14))
+
 ;; The default GCC
 (define-public gcc-toolchain
   gcc-toolchain-11)



reply via email to

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