Fix s390x c10s tuning conditionals for c9s

Resolves: RHEL-94282
(cherry picked from commit 29153ba787)
This commit is contained in:
Siddhesh Poyarekar 2025-06-13 10:10:45 -04:00
parent 513ae75408
commit a5a42b4314

View File

@ -1037,11 +1037,13 @@ CONFIGURE_OPTS="\
%if 0%{?rhel} > 8 %if 0%{?rhel} > 8
%if 0%{?rhel} >= 10 %if 0%{?rhel} >= 10
--with-arch=z14 --with-tune=z16 \ --with-arch=z14 --with-tune=z16 \
%elif 0%{?rhel} >= 9 %else
%if 0%{?rhel} == 9
--with-arch=z14 --with-tune=z15 \ --with-arch=z14 --with-tune=z15 \
%else %else
--with-arch=z13 --with-tune=arch13 \ --with-arch=z13 --with-tune=arch13 \
%endif %endif
%endif
%else %else
--with-arch=z13 --with-tune=z14 \ --with-arch=z13 --with-tune=z14 \
%endif %endif