diff options
| author | Jonas Meeuws <jonas.meeuws@gmail.com> | 2025-11-03 19:35:12 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-12 08:57:21 +0100 |
| commit | 5310af43cdba6af7ef8db6e41fbc2405017c812c (patch) | |
| tree | 6b65ec023f435ffc806622cfce70710d7e09ffd4 /gnu | |
| parent | d06610cb8a13f4477362246a0e21a67419253016 (diff) | |
gnu: Add gdc-10.
* gnu/packages/gcc.scm (gdc-10): New public variable.
Change-Id: I74e8ed8c635e2f80af5b5504e4d2de97aed188a5
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
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 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")) |
