- enable LTO profiledbootstrap on x86_64, i?86, ppc64le and s390x
This commit is contained in:
parent
517529187f
commit
307b042329
5
gcc.spec
5
gcc.spec
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user