Tweak defaults for %%{rhel} >= 9.
This commit is contained in:
parent
f817c30ff8
commit
c38b60d6f8
9
gcc.spec
9
gcc.spec
@ -1009,8 +1009,12 @@ CONFIGURE_OPTS="\
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%ifarch ppc64le
|
%ifarch ppc64le
|
||||||
|
%if 0%{?rhel} >= 9
|
||||||
|
--with-cpu-32=power9 --with-tune-32=power9 --with-cpu-64=power9 --with-tune-64=power9 \
|
||||||
|
%else
|
||||||
--with-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \
|
--with-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%ifarch ppc
|
%ifarch ppc
|
||||||
--build=%{gcc_target_platform} --target=%{gcc_target_platform} --with-cpu=default32
|
--build=%{gcc_target_platform} --target=%{gcc_target_platform} --with-cpu=default32
|
||||||
%endif
|
%endif
|
||||||
@ -1040,7 +1044,7 @@ CONFIGURE_OPTS="\
|
|||||||
%if 0%{?rhel} >= 7
|
%if 0%{?rhel} >= 7
|
||||||
%if 0%{?rhel} > 7
|
%if 0%{?rhel} > 7
|
||||||
%if 0%{?rhel} > 8
|
%if 0%{?rhel} > 8
|
||||||
--with-arch=z13 --with-tune=arch13 \
|
--with-arch=z14 --with-tune=z15 \
|
||||||
%else
|
%else
|
||||||
--with-arch=z13 --with-tune=z14 \
|
--with-arch=z13 --with-tune=z14 \
|
||||||
%endif
|
%endif
|
||||||
@ -3124,6 +3128,9 @@ end
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
- for %%{rhel} >= 9, default to -march=z14 -mtune=z15 on s390x and
|
||||||
|
to -mcpu=power9 -mtune=power9 on ppc64le
|
||||||
|
|
||||||
* Mon Apr 5 2021 Jakub Jelinek <jakub@redhat.com> 11.0.1-0.4
|
* Mon Apr 5 2021 Jakub Jelinek <jakub@redhat.com> 11.0.1-0.4
|
||||||
- update from trunk
|
- update from trunk
|
||||||
- PRs ada/99802, analyzer/93695, analyzer/99044, analyzer/99716,
|
- PRs ada/99802, analyzer/93695, analyzer/99044, analyzer/99716,
|
||||||
|
Loading…
Reference in New Issue
Block a user