Adjust rhel == 8 s390x --with-arch= and --with-tune=.

This commit is contained in:
Jakub Jelinek 2020-10-05 17:18:55 +02:00
parent a7c26b2bf9
commit 26a9740f02
1 changed files with 1 additions and 1 deletions

View File

@ -995,7 +995,7 @@ CONFIGURE_OPTS="\
%ifarch s390 s390x
%if 0%{?rhel} >= 7
%if 0%{?rhel} > 7
--with-arch=zEC12 --with-tune=z13 \
--with-arch=z13 --with-tune=z14 \
%else
--with-arch=z196 --with-tune=zEC12 \
%endif