gnu: Add gdc alias.
* gnu/packages/gcc.scm (gdc): New variable. Change-Id: I38447e46ffba44d3a9d3757d34fe9ff081803457 Reviewed-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e06b283f60
commit
c6bec1ca42
1 changed files with 6 additions and 0 deletions
|
@ -1124,6 +1124,12 @@ as the 'native-search-paths' field."
|
||||||
(custom-gcc gcc-11 "gdc" '("d")
|
(custom-gcc gcc-11 "gdc" '("d")
|
||||||
%generic-search-paths)))
|
%generic-search-paths)))
|
||||||
|
|
||||||
|
;;; Alias tracking the latest GDC version.
|
||||||
|
(define-public gdc
|
||||||
|
(hidden-package
|
||||||
|
(custom-gcc gcc "gdc" '("d")
|
||||||
|
%generic-search-paths)))
|
||||||
|
|
||||||
(define-public (make-libgccjit gcc)
|
(define-public (make-libgccjit gcc)
|
||||||
(package
|
(package
|
||||||
(inherit gcc)
|
(inherit gcc)
|
||||||
|
|
Reference in a new issue