[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71804] [PATCH 2/4] gnu: Add gccgo-14.
From: |
Zheng Junjie |
Subject: |
[bug#71804] [PATCH 2/4] gnu: Add gccgo-14. |
Date: |
Thu, 27 Jun 2024 23:38:22 +0800 |
* gnu/packages/gcc.scm (gccgo-14): New variable.
Change-Id: I065373047eb186ac410813b7eea0af3b44d8aaa7
---
gnu/packages/gcc.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index f44030355e..c103225ef9 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1329,6 +1329,10 @@ (define-public gccgo-12
(define-public gccgo-13
(make-gccgo gcc-13))
+;; Provides go-1.18
+(define-public gccgo-14
+ (make-gccgo gcc-14))
+
(define %objc-search-paths
(list (search-path-specification
(variable "OBJC_INCLUDE_PATH")
--
2.41.0