move the baseline arch to z13 for s390x in F-38+
https://fedoraproject.org/wiki/Changes/z13BaselineForIBMZ
This commit is contained in:
parent
3dab9de8f0
commit
ec851df667
4
gcc.spec
4
gcc.spec
@ -1143,7 +1143,11 @@ CONFIGURE_OPTS="\
|
|||||||
%endif
|
%endif
|
||||||
%else
|
%else
|
||||||
%if 0%{?fedora} >= 26
|
%if 0%{?fedora} >= 26
|
||||||
|
%if 0%{?fedora} >= 38
|
||||||
|
--with-arch=z13 --with-tune=z14 \
|
||||||
|
%else
|
||||||
--with-arch=zEC12 --with-tune=z13 \
|
--with-arch=zEC12 --with-tune=z13 \
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
--with-arch=z9-109 --with-tune=z10 \
|
--with-arch=z9-109 --with-tune=z10 \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user