From 307b04232931f0da763d35539a203970190bd2be Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 27 Jul 2021 14:30:00 +0200 Subject: [PATCH] - enable LTO profiledbootstrap on x86_64, i?86, ppc64le and s390x --- gcc.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc.spec b/gcc.spec index 447be7e..14e576e 100644 --- a/gcc.spec +++ b/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 11.1.1-7 - update from releases/gcc-11-branch - PRs ada/101094, analyzer/100244, analyzer/100615, analyzer/101082,