From 3f7db562fa02375d43b2996d32d0976e82ec6282 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 20 Oct 2025 08:42:21 +0000 Subject: [PATCH] import CS gcc-toolset-14-gcc-14.2.1-12.el9_7 --- SPECS/gcc.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/SPECS/gcc.spec b/SPECS/gcc.spec index 2614d9f..8616874 100644 --- a/SPECS/gcc.spec +++ b/SPECS/gcc.spec @@ -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 14.2.1-12 +- Fix glibc32 dependency (RHEL-112209) + * Wed Aug 27 2025 Siddhesh Poyarekar 14.2.1-11 - Fix ICE in rebuild_jump_labels on aarch64-linux-gnu (RHEL-106790)