move the baseline arch to z13 for s390x in F-38+

https://fedoraproject.org/wiki/Changes/z13BaselineForIBMZ
This commit is contained in:
Dan Horák 2023-01-17 10:20:15 +01:00
parent 3dab9de8f0
commit ec851df667
1 changed files with 4 additions and 0 deletions

View File

@ -1143,7 +1143,11 @@ CONFIGURE_OPTS="\
%endif
%else
%if 0%{?fedora} >= 26
%if 0%{?fedora} >= 38
--with-arch=z13 --with-tune=z14 \
%else
--with-arch=zEC12 --with-tune=z13 \
%endif
%else
--with-arch=z9-109 --with-tune=z10 \
%endif