disable PIE backports from 11.2.1-9.3/-9.4 to build Ada/GNAT

epel9
Robert Scheck 3 years ago
parent 971aaaa9b0
commit 1d79991ed6

@ -4,7 +4,7 @@
%global gcc_major 11 %global gcc_major 11
# Note, gcc_release must be integer, if you want to add suffixes to # Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line. # %%{release}, append them after %%{gcc_release} on Release: line.
%global gcc_release 10 %global gcc_release 11
%global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e %global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
%global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0 %global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
%global _unpackaged_files_terminate_build 0 %global _unpackaged_files_terminate_build 0
@ -116,7 +116,7 @@
%global multilib_32_arch i686 %global multilib_32_arch i686
%endif %endif
# Override RHEL/derivative build options for gcc-epel # Override RHEL/derivative build options for gcc-epel
%global epel_bootstrap 0 %global epel_bootstrap 1
%global epel_glibc32 0 %global epel_glibc32 0
%global build_ada 1 %global build_ada 1
%global build_objc 1 %global build_objc 1
@ -897,8 +897,10 @@ so that there cannot be any synchronization problems.
%patch20 -p1 -b .pch~ %patch20 -p1 -b .pch~
%patch21 -p1 -b .dejagnu-multiline~ %patch21 -p1 -b .dejagnu-multiline~
%patch22 -p1 -b .libsanitizer-pthread~ %patch22 -p1 -b .libsanitizer-pthread~
%if 0
%patch23 -p1 -b .pie~ %patch23 -p1 -b .pie~
%patch24 -p1 -b .now~ %patch24 -p1 -b .now~
%endif
%if 0%{?rhel} >= 9 %if 0%{?rhel} >= 9
%patch100 -p1 -b .fortran-fdec-duplicates~ %patch100 -p1 -b .fortran-fdec-duplicates~
@ -3465,8 +3467,10 @@ end
%endif %endif
%changelog %changelog
* Wed Feb 16 2022 Robert Scheck <robert@fedoraproject.org> 11.2.1-11
- disable PIE backports from 11.2.1-9.3/-9.4 to build Ada/GNAT
* Mon Feb 14 2022 Robert Scheck <robert@fedoraproject.org> 11.2.1-10 * Mon Feb 14 2022 Robert Scheck <robert@fedoraproject.org> 11.2.1-10
- disable PIE backports from 11.2.1-9.3/-9.4 partially for Ada/GNAT
- backport from 11.2.1-9.4: add --enable-host-bind-now, use it (#2044917) - backport from 11.2.1-9.4: add --enable-host-bind-now, use it (#2044917)
- backport from 11.2.1-9.3: add --enable-host-pie, build the compilers as PIE (#2044917) - backport from 11.2.1-9.3: add --enable-host-pie, build the compilers as PIE (#2044917)
- backport from 11.2.1-9.3: use _thread_db_sizeof_pthread to obtain struct pthread size (#2034494) - backport from 11.2.1-9.3: use _thread_db_sizeof_pthread to obtain struct pthread size (#2034494)

Loading…
Cancel
Save