import CS gcc-toolset-14-gcc-14.2.1-12.el9_7

This commit is contained in:
eabdullin 2025-10-20 08:42:21 +00:00
parent c337d6d28d
commit 3f7db562fa

View File

@ -11,7 +11,7 @@ BuildRequires: scl-utils-build
%global gcc_major 14
# Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line.
%global gcc_release 11
%global gcc_release 12
%global nvptx_tools_gitrev 87ce9dc5999e5fca2e1d3478a30888d9864c9804
%global newlib_cygwin_gitrev d45261f62a15f8abd94a1031020b9a9f455e4eed
%global isl_version 0.24
@ -231,8 +231,10 @@ BuildRequires: libzstd-devel
BuildRequires: glibc >= 2.3.90-35
%endif
%ifarch %{multilib_64_archs}
# Ensure glibc{,-devel} is installed for both multilib arches
BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
BuildRequires: (glibc32 or glibc-devel(%{__isa_name}-32))
%endif
%ifarch sparcv9 ppc
BuildRequires: (glibc64 or glibc-devel(%{__isa_name}-64))
%endif
%ifarch ia64
BuildRequires: libunwind >= 0.98
@ -2800,6 +2802,9 @@ fi
%endif
%changelog
* Thu Sep 4 2025 Siddhesh Poyarekar <siddhesh@redhat.com> 14.2.1-12
- Fix glibc32 dependency (RHEL-112209)
* Wed Aug 27 2025 Siddhesh Poyarekar <siddhesh@redhat.com> 14.2.1-11
- Fix ICE in rebuild_jump_labels on aarch64-linux-gnu (RHEL-106790)