diff options
| -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 e797ffba2c9..6d4d729738f 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -1534,6 +1534,9 @@ also includes the druntime and phobos libraries." (define-public gdc-9 (make-gdc gcc-9 #:frontend-version "2.076.2")) +(define-public gdc-10 + (make-gdc gcc-10 #:frontend-version "2.076.2")) + (define-public gdc-11 (make-gdc gcc-11 #:frontend-version "2.076.2")) |
