|
|
|
@ -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 10
|
|
|
|
|
%global gcc_release 14
|
|
|
|
|
%global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
|
|
|
|
|
%global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
|
|
|
|
|
%global _unpackaged_files_terminate_build 0
|
|
|
|
@ -116,7 +116,7 @@
|
|
|
|
|
%global multilib_32_arch i686
|
|
|
|
|
%endif
|
|
|
|
|
# Override RHEL/derivative build options for gcc-epel
|
|
|
|
|
%global epel_bootstrap 0
|
|
|
|
|
%global epel_bootstrap 1
|
|
|
|
|
%global epel_glibc32 0
|
|
|
|
|
%global build_ada 1
|
|
|
|
|
%global build_objc 1
|
|
|
|
@ -3467,6 +3467,9 @@ end
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 22 2022 Robert Scheck <robert@fedoraproject.org> 11.2.1-14
|
|
|
|
|
- enable bootstrap mode (LTO version 11.3 instead of expected 11.2)
|
|
|
|
|
|
|
|
|
|
* Wed May 11 2022 Robert Scheck <robert@fedoraproject.org> 11.2.1-10
|
|
|
|
|
- backport from 11.2.1-10: update from releases/gcc-11-branch (#2063255)
|
|
|
|
|
- backport from 11.2.1-10: fix x86 vector initialization expansion fallback
|
|
|
|
|