From 38f7288455e7e8964d12831367c2dc002459a972 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 16 Apr 2024 13:07:12 +0300 Subject: [PATCH] Disable LTO bootstrap (experiment) This should significantly improve build time. Signed-off-by: David Abdurachmanov --- gcc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc.spec b/gcc.spec index c0b423c..6c61aaf 100644 --- a/gcc.spec +++ b/gcc.spec @@ -141,7 +141,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: %{gcc_release}.15%{?dist} +Release: %{gcc_release}.15.0.riscv64%{?dist} # License notes for some of the less obvious ones: # gcc/doc/cppinternals.texi: Linux-man-pages-copyleft-2-para # isl: MIT, BSD-2-Clause @@ -1263,7 +1263,7 @@ CONFIGURE_OPTS="\ --build=%{gcc_target_platform} \ %endif %if 0%{?fedora} >= 35 || 0%{?rhel} >= 9 -%ifnarch %{arm} +%ifnarch %{arm} riscv64 --with-build-config=bootstrap-lto --enable-link-serialization=1 \ %endif %endif @@ -3621,6 +3621,9 @@ end %endif %changelog +* Tue Apr 16 2024 David Abdurachamnov 14.0.1-0.15.0.riscv64 +- Disable LTO bootstrap (experiment) + * Thu Apr 11 2024 Jakub Jelinek 14.0.1-0.15 - update from trunk - PRs analyzer/114472, c++/114303, c++/114409, debug/112878,