gnu: gcc-toolchain: Add 10.1.0.
authorLudovic Courtès <ludo@gnu.org>
Fri, 8 May 2020 14:34:58 +0000 (16:34 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 8 May 2020 14:34:58 +0000 (16:34 +0200)
* gnu/packages/commencement.scm (gcc-toolchain-10): New variable.

gnu/packages/commencement.scm

index 9da0f77..46b3859 100644 (file)
@@ -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.