me
/
guix
Archived
1
0
Fork 0

gnu: Add gdc-11.

* gnu/packages/gcc.scm (gdc-11): New variable.
master
Efraim Flashner 2021-04-27 17:08:44 +03:00
parent 007ec66206
commit 1f5543e7ff
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 0 deletions

View File

@ -772,6 +772,11 @@ as the 'native-search-paths' field."
(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)