From be251aaf3b96a8f37a6766fa62e021f6d2aaf75d057375d6b15ad696e104a2fb Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Mon, 2 May 2022 23:54:36 +0000 Subject: [PATCH] Accepting request 974490 from home:jfkw:branches:devel:languages:go - Remove remaining use of gold linker when bootstrapping with gccgo. The binutils-gold package will be removed in the future. * History: go1.8.3 2017-06-18 added conditional if gccgo defined BuildRequires: binutils-gold for arches other than s390x * No information available why binutils-gold was used initially * Unrelated to upstream recent hardcoded gold dependency for ARM OBS-URL: https://build.opensuse.org/request/show/974490 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.17?expand=0&rev=23 --- go1.17.changes | 10 ++++++++++ go1.17.spec | 3 --- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/go1.17.changes b/go1.17.changes index e24788a..3029f64 100644 --- a/go1.17.changes +++ b/go1.17.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon May 2 08:43:22 UTC 2022 - Martin Liška + +- Remove remaining use of gold linker when bootstrapping with + gccgo. The binutils-gold package will be removed in the future. + * History: go1.8.3 2017-06-18 added conditional if gccgo defined + BuildRequires: binutils-gold for arches other than s390x + * No information available why binutils-gold was used initially + * Unrelated to upstream recent hardcoded gold dependency for ARM + ------------------------------------------------------------------- Tue Apr 12 17:42:46 UTC 2022 - Jeff Kowalczyk diff --git a/go1.17.spec b/go1.17.spec index 1e02a0e..570ab20 100644 --- a/go1.17.spec +++ b/go1.17.spec @@ -164,9 +164,6 @@ Patch8: gcc-go.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build # boostrap %if %{with gccgo} -%ifnarch s390 s390x -BuildRequires: binutils-gold -%endif BuildRequires: gcc%{gcc_go_version}-go %else # no gcc-go