diff options
-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 621644b93f..a903f89dfb 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -1223,12 +1223,15 @@ provides the GNU compiler for the Go programming language.")) ;; a cyclic dependency. <http://debbugs.gnu.org/18101> #:separate-lib-output? #f)) +;; Provides go-1.14.6 (define-public gccgo-10 (make-gccgo gcc-10)) +;; Provides go-1.16.5 (define-public gccgo-11 (make-gccgo gcc-11)) +;; Provides go-1.18 (define-public gccgo-12 (make-gccgo gcc-12)) |