gnu: Add gccgo-11.
* gnu/packages/gcc.scm (gccgo-11): New variable.
This commit is contained in:
parent
3d6f6aa65e
commit
5cc9d41d86
1 changed files with 3 additions and 0 deletions
|
@ -1045,6 +1045,9 @@ provides the GNU compiler for the Go programming language."))
|
||||||
(define-public gccgo-10
|
(define-public gccgo-10
|
||||||
(make-gccgo gcc-10))
|
(make-gccgo gcc-10))
|
||||||
|
|
||||||
|
(define-public gccgo-11
|
||||||
|
(make-gccgo gcc-11))
|
||||||
|
|
||||||
(define %objc-search-paths
|
(define %objc-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "OBJC_INCLUDE_PATH")
|
(variable "OBJC_INCLUDE_PATH")
|
||||||
|
|
Reference in a new issue