From e79b7b058d7bfedc5f6da82e5327564878c3cfd0 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Fri, 22 Aug 2025 20:16:57 +0300 Subject: [PATCH] gnu: Remove gccgo-4.9. * gnu/packages/gcc.scm (gccgo-4.9): Delete variable. Change-Id: Ia18259e52a40009e1e88ff7f4c62d3be15f10f33 Signed-off-by: Sharlatan Hellseher --- gnu/packages/gcc.scm | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 57b81a43eb93e67942d9432c704696fe5d248cee..8456d4a6c3294afe66d8bbb8125db94aaa934309 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -1574,20 +1574,6 @@ provides the GNU compiler for the Go programming language.") (("(defaultGOROOTValue.*?return `)[^`]+" _ start) (string-append start "/nonexistent")))))))))))) -(define-public gccgo-4.9 - (custom-gcc (package - (inherit gcc-4.9) - (synopsis "Go frontend to GCC") - (description - "This package is part of the GNU Compiler Collection and -provides the GNU compiler for the Go programming language.")) - "gccgo" '("go") - %generic-search-paths - ;; Suppress the separate "lib" output, because otherwise the - ;; "lib" and "out" outputs would refer to each other, creating - ;; a cyclic dependency. - #:separate-lib-output? #f)) - ;; Provides go-1.14.6 (define-public gccgo-10 (make-gccgo gcc-10))