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
This commit is contained in:
Jeff Kowalczyk 2022-05-02 23:54:36 +00:00 committed by Git OBS Bridge
parent 1ac2e5a493
commit be251aaf3b
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 2 08:43:22 UTC 2022 - Martin Liška <mliska@suse.cz>
- 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 <jkowalczyk@suse.com>

View File

@ -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