mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: gcc-toolchain: Add 10.1.0.
* gnu/packages/commencement.scm (gcc-toolchain-10): New variable.
This commit is contained in:
parent
f3b075a028
commit
c81457a588
1 changed files with 3 additions and 0 deletions
|
@ -2598,6 +2598,9 @@ (define-public gcc-toolchain-8
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue