From 2a9beec767fd76ad28d466bd8a2b6c2ea0413e92 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 2 Feb 2024 14:04:17 +0200 Subject: [PATCH] Re-enable bootstrap-lto Signed-off-by: David Abdurachmanov --- gcc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc.spec b/gcc.spec index 07e6de7..4288f77 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}.4.1.riscv64%{?dist} +Release: %{gcc_release}.4.2.riscv64%{?dist} # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have # GCC Runtime Exception. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD @@ -1251,7 +1251,7 @@ CONFIGURE_OPTS="\ --build=%{gcc_target_platform} \ %endif %if 0%{?fedora} >= 35 || 0%{?rhel} >= 9 -%ifnarch %{arm} riscv64 +%ifnarch %{arm} --with-build-config=bootstrap-lto --enable-link-serialization=1 \ %endif %endif @@ -3608,6 +3608,9 @@ end %endif %changelog +* Fri Feb 02 2024 David Abdurachmanov 14.0.1-0.4.2.riscv64 +- Rebuild with bootstrap-lto configuratio enabled + * Wed Jan 31 2024 David Abdurachmanov 14.0.1-0.4.1.riscv64 - Bump