Fix s390x c10s tuning conditionals for c9s
Resolves: RHEL-94282
(cherry picked from commit 29153ba787
)
This commit is contained in:
parent
513ae75408
commit
a5a42b4314
@ -1037,11 +1037,13 @@ CONFIGURE_OPTS="\
|
||||
%if 0%{?rhel} > 8
|
||||
%if 0%{?rhel} >= 10
|
||||
--with-arch=z14 --with-tune=z16 \
|
||||
%elif 0%{?rhel} >= 9
|
||||
%else
|
||||
%if 0%{?rhel} == 9
|
||||
--with-arch=z14 --with-tune=z15 \
|
||||
%else
|
||||
--with-arch=z13 --with-tune=arch13 \
|
||||
%endif
|
||||
%endif
|
||||
%else
|
||||
--with-arch=z13 --with-tune=z14 \
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user