- enable LTO profiledbootstrap on x86_64, i?86, ppc64le and s390x

This commit is contained in:
Jakub Jelinek 2021-07-27 14:30:00 +02:00
parent 517529187f
commit 307b042329
1 changed files with 5 additions and 0 deletions

View File

@ -1077,6 +1077,9 @@ CONFIGURE_OPTS="\
%endif
%ifnarch sparc sparcv9 ppc
--build=%{gcc_target_platform} \
%endif
%ifarch x86_64 %{ix86} ppc64le s390x
--with-build-config=bootstrap-lto --enable-link-serialization=1 \
%endif
"
@ -3130,6 +3133,8 @@ end
%endif
%changelog
- enable LTO profiledbootstrap on x86_64, i?86, ppc64le and s390x
* Mon Jul 26 2021 Jakub Jelinek <jakub@redhat.com> 11.1.1-7
- update from releases/gcc-11-branch
- PRs ada/101094, analyzer/100244, analyzer/100615, analyzer/101082,