diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gcc.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 89d524fe75f..3638cf51ef2 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -1543,6 +1543,9 @@ also includes the druntime and phobos libraries." (define-public gdc-12 (make-gdc gcc-12 gdc-11 #:frontend-version "2.100.2")) +(define-public gdc-13 + (make-gdc gcc-13 gdc-11 #:frontend-version "2.103.1")) + (define-public gdc-14 (make-gdc gcc-14 gdc-11 #:frontend-version "2.108.1")) |
