This commit is contained in:
Jakub Jelinek 2020-08-26 12:16:47 +02:00
parent e0d9613563
commit 9dd34982d8

View File

@ -86,7 +86,11 @@
%else %else
%global build_libitm 0 %global build_libitm 0
%endif %endif
%if 0%{?rhel} > 8
%global build_isl 0
%else
%global build_isl 1 %global build_isl 1
%endif
%global build_libstdcxx_docs 1 %global build_libstdcxx_docs 1
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 %{mips} %ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 %{mips}
%global attr_ifunc 1 %global attr_ifunc 1
@ -3064,6 +3068,7 @@ end
(#1862029, PR debug/96690) (#1862029, PR debug/96690)
- during %%check perform tests whether annobin is usable with the newly built - during %%check perform tests whether annobin is usable with the newly built
compiler or whether it might need to be rebuilt compiler or whether it might need to be rebuilt
- disable graphite for ELN
* Tue Aug 4 2020 Jakub Jelinek <jakub@redhat.com> 10.2.1-2 * Tue Aug 4 2020 Jakub Jelinek <jakub@redhat.com> 10.2.1-2
- update from releases/gcc-10 branch - update from releases/gcc-10 branch