Fix BuildRequires

For now, use the system versions of binutils and gdb to fix:

No matching package to install: 'gcc-toolset-14-binutils >= 2.31'
No matching package to install: 'gcc-toolset-14-gdb >= 7.4.50'

Resolves: RHEL-29853
This commit is contained in:
Marek Polacek 2024-07-25 15:54:32 -04:00
parent ef60c44f15
commit aa8e9187b3

View File

@ -203,8 +203,11 @@ URL: http://gcc.gnu.org
# Need binutils which support -plugin
# Need binutils which support .loc view >= 2.30
# Need binutils which support --generate-missing-build-notes=yes >= 2.31
BuildRequires: %{?scl_prefix}binutils >= 2.31
BuildRequires: %{?scl_prefix}gdb >= 7.4.50
# XXX
#BuildRequires: %{?scl_prefix}binutils >= 2.31
#BuildRequires: %{?scl_prefix}gdb >= 7.4.50
BuildRequires: binutils >= 2.31
BuildRequires: gdb >= 7.4.50
# While gcc doesn't include statically linked binaries, during testing
# -static is used several times.
BuildRequires: glibc-static