gnu: Add gdc-11.
* gnu/packages/gcc.scm (gdc-11): New variable.
This commit is contained in:
parent
007ec66206
commit
1f5543e7ff
1 changed files with 5 additions and 0 deletions
|
@ -772,6 +772,11 @@ (define-public gdc-10
|
|||
(custom-gcc gcc-10 "gdc" '("d")
|
||||
%generic-search-paths)))
|
||||
|
||||
(define-public gdc-11
|
||||
(hidden-package
|
||||
(custom-gcc gcc-11 "gdc" '("d")
|
||||
%generic-search-paths)))
|
||||
|
||||
(define-public libgccjit
|
||||
(package
|
||||
(inherit gcc-9)
|
||||
|
|
Loading…
Reference in a new issue