mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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 @@ (define-public gccgo-4.9
|
|||
(define-public gccgo-10
|
||||
(make-gccgo gcc-10))
|
||||
|
||||
(define-public gccgo-11
|
||||
(make-gccgo gcc-11))
|
||||
|
||||
(define %objc-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "OBJC_INCLUDE_PATH")
|
||||
|
|
Loading…
Reference in a new issue