From 8ad393378c111f06d981e96aa08b4664e3d40fcd Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 8 Apr 2021 14:17:18 +0200 Subject: [PATCH] Change >= 9 to == 9 for now. --- gcc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc.spec b/gcc.spec index cd4febb..7509960 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1009,7 +1009,7 @@ CONFIGURE_OPTS="\ %endif %endif %ifarch ppc64le -%if 0%{?rhel} >= 9 +%if 0%{?rhel} == 9 --with-cpu-32=power9 --with-tune-32=power9 --with-cpu-64=power9 --with-tune-64=power9 \ %else --with-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \ @@ -1044,7 +1044,11 @@ CONFIGURE_OPTS="\ %if 0%{?rhel} >= 7 %if 0%{?rhel} > 7 %if 0%{?rhel} > 8 +%if 0%{?rhel} == 9 --with-arch=z14 --with-tune=z15 \ +%else + --with-arch=z13 --with-tune=arch13 \ +%endif %else --with-arch=z13 --with-tune=z14 \ %endif @@ -3128,7 +3132,7 @@ end %endif %changelog -- for %%{rhel} >= 9, default to -march=z14 -mtune=z15 on s390x and +- for %%{rhel} == 9, default to -march=z14 -mtune=z15 on s390x and to -mcpu=power9 -mtune=power9 on ppc64le * Mon Apr 5 2021 Jakub Jelinek 11.0.1-0.4