mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add gdc-12.
* gnu/packages/gcc.scm (gdc-12): New public variable. Change-Id: Ic5711bc318aeb766763e3dfc6f1da81a340b8c7b Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
5310af43cd
commit
97091b854f
@@ -1540,6 +1540,9 @@ also includes the druntime and phobos libraries."
|
||||
(define-public gdc-11
|
||||
(make-gdc gcc-11 #:frontend-version "2.076.2"))
|
||||
|
||||
(define-public gdc-12
|
||||
(make-gdc gcc-12 gdc-11 #:frontend-version "2.100.2"))
|
||||
|
||||
(define-public gdc-14
|
||||
(make-gdc gcc-14 gdc-11 #:frontend-version "2.108.1"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user