guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gcc-toolchain: Add 10.1.0.


From: guix-commits
Subject: branch master updated: gnu: gcc-toolchain: Add 10.1.0.
Date: Fri, 08 May 2020 10:36:11 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c81457a  gnu: gcc-toolchain: Add 10.1.0.
c81457a is described below

commit c81457a5883ea43950eb2ecdcbb58a5b144bcd11
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri May 8 16:34:58 2020 +0200

    gnu: gcc-toolchain: Add 10.1.0.
    
    * gnu/packages/commencement.scm (gcc-toolchain-10): 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 9da0f77..46b3859 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2598,6 +2598,9 @@ binaries, plus debugging symbols in the @code{debug} 
output), and Binutils.")
 (define-public gcc-toolchain-9
   (make-gcc-toolchain gcc-9))
 
+(define-public gcc-toolchain-10
+  (make-gcc-toolchain gcc-10))
+
 ;; Provide the Fortran toolchain package only for the version of gfortran that
 ;; is used by Guix internally to build Fortran libraries, because combining
 ;; code compiled with different versions can cause problems.



reply via email to

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