From 9dd34982d8ae09339039d42eb27d90d7a187dd3b Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 26 Aug 2020 12:16:47 +0200 Subject: [PATCH] 10.2.1-3 --- gcc.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc.spec b/gcc.spec index 530067d..00598ca 100644 --- a/gcc.spec +++ b/gcc.spec @@ -86,7 +86,11 @@ %else %global build_libitm 0 %endif +%if 0%{?rhel} > 8 +%global build_isl 0 +%else %global build_isl 1 +%endif %global build_libstdcxx_docs 1 %ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 %{mips} %global attr_ifunc 1 @@ -3064,6 +3068,7 @@ end (#1862029, PR debug/96690) - during %%check perform tests whether annobin is usable with the newly built compiler or whether it might need to be rebuilt +- disable graphite for ELN * Tue Aug 4 2020 Jakub Jelinek 10.2.1-2 - update from releases/gcc-10 branch