SHA256
1
0
forked from pool/gdb

Accepting request 973945 from home:marxin:branches:devel:gcc

- Remove dependency on binutils-gold as the package will be removed
  in the future. Gold linker is unmaintained by the upstream project.

OBS-URL: https://build.opensuse.org/request/show/973945
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=321
This commit is contained in:
Tom de Vries 2022-05-03 15:07:55 +00:00 committed by Git OBS Bridge
parent e9e97180f8
commit 68cf99e189
2 changed files with 6 additions and 12 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 29 13:27:04 UTC 2022 - Martin Liška <mliska@suse.cz>
- Remove dependency on binutils-gold as the package will be removed
in the future. Gold linker is unmaintained by the upstream project.
-------------------------------------------------------------------
Thu Apr 14 09:24:07 UTC 2022 - Tom de Vries <tdevries@suse.com>

View File

@ -575,18 +575,6 @@ BuildRequires: valgrind
%endif
%endif
%ifarch s390x
%if 0%{?suse_version} >= 1500
# s390x (for SLE12 and earlier) doesn't have binutils-gold
BuildRequires: binutils-gold
%endif
%else
# SLE-10 doesn't have binutils-gold.
%if 0%{suse_version} >= 1110
BuildRequires: binutils-gold
%endif
%endif
%if 0%{?suse_version} >= 1200
BuildRequires: systemtap-sdt-devel
%endif