From a4bbd1c3a321deca21dcc53ffccfee0fc30c4456 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 22 Jul 2025 09:44:02 +0100 Subject: [PATCH] Disable bootstrapping. Resolves: RHEL-94763 --- binutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/binutils.spec b/binutils.spec index 30928e9..313c110 100644 --- a/binutils.spec +++ b/binutils.spec @@ -27,7 +27,7 @@ Name: %{?scl_prefix}binutils # The variable %%{source} (see below) should be set to indicate which of these # origins is being used. Version: 2.44 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later URL: https://sourceware.org/binutils @@ -151,7 +151,7 @@ URL: https://sourceware.org/binutils # Bootstrapping: Set this to 1 to build the binutils with the system gcc. # Then once GTS-gcc is built and in the buildroot, reset this variable # to 0, bump the NVR and rebuild GTS-binutils. -%define bootstrapping 1 +%define bootstrapping 0 #----End of Configure Options------------------------------------------------ @@ -1581,6 +1581,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* Tue Jul 22 2025 Nick Clifton - 2.44-5 +- Disable bootstrapping. (RHEL-94763) + * Tue Jun 24 2025 Nick Clifton - 2.44-4 - Use the new gcc-toolset-15-runtime package. (RHEL-94763) - Add in the temporary fix for ppc64 gcc/glibc generating bad code. (RHEL-49348)