mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add gdc-10.
* gnu/packages/gcc.scm (gdc-10): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
dc9e8f2ed3
commit
163686d82e
1 changed files with 5 additions and 0 deletions
|
@ -692,6 +692,11 @@ as the 'native-search-paths' field."
|
||||||
(custom-gcc gcc "gfortran" '("fortran")
|
(custom-gcc gcc "gfortran" '("fortran")
|
||||||
%generic-search-paths)))
|
%generic-search-paths)))
|
||||||
|
|
||||||
|
(define-public gdc-10
|
||||||
|
(hidden-package
|
||||||
|
(custom-gcc gcc-10 "gdc" '("d")
|
||||||
|
%generic-search-paths)))
|
||||||
|
|
||||||
(define-public libgccjit
|
(define-public libgccjit
|
||||||
(package
|
(package
|
||||||
(inherit gcc-9)
|
(inherit gcc-9)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue