From 588511b1359550e532261ec0e2c0166928b68b5a Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Wed, 29 Nov 2023 23:42:00 +0100 Subject: [PATCH] disable bootstrap mode and rebuild using gcc-epel-11.4.1-3.el9 --- gcc-epel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc-epel.spec b/gcc-epel.spec index 79a9b81..a49b11e 100644 --- a/gcc-epel.spec +++ b/gcc-epel.spec @@ -4,7 +4,7 @@ %global gcc_major 11 # 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 3 +%global gcc_release 4 %global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e %global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0 %global _unpackaged_files_terminate_build 0 @@ -128,7 +128,7 @@ # TODO: Add ppc64le-redhat-linux s390x-redhat-linux later. %global cross_targets aarch64-redhat-linux # Override RHEL/derivative build options for gcc-epel -%global epel_bootstrap 1 +%global epel_bootstrap 0 %global epel_glibc32 0 %global build_ada 1 %global build_objc 1 @@ -3789,6 +3789,9 @@ end %endif %changelog +* Wed Nov 29 2023 Robert Scheck 11.4.1-4 +- disable bootstrap mode and rebuild using gcc-epel-11.4.1-3.el9 + * Wed Nov 29 2023 Robert Scheck 11.4.1-3 - backport from 11.4.1-2.3: fix member vs global template (RHEL-2607) - backport from 11.4.1-2.2: guard the bit test merging code in if-combine (RHEL-6068)