Disable bootstrapping.

Resolves: RHEL-94763
This commit is contained in:
Nick Clifton 2025-07-22 09:44:02 +01:00
parent a93939c343
commit a4bbd1c3a3

View File

@ -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 <nickc@redhat.com> - 2.44-5
- Disable bootstrapping. (RHEL-94763)
* Tue Jun 24 2025 Nick Clifton <nickc@redhat.com> - 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)