Re-enable bootstrap-lto

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-02-02 14:04:17 +02:00
parent f94c37ed14
commit 2a9beec767
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 5 additions and 2 deletions

View File

@ -141,7 +141,7 @@
Summary: Various compilers (C, C++, Objective-C, ...) Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc Name: gcc
Version: %{gcc_version} Version: %{gcc_version}
Release: %{gcc_release}.4.1.riscv64%{?dist} Release: %{gcc_release}.4.2.riscv64%{?dist}
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
# GCC Runtime Exception. # GCC Runtime Exception.
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@ -1251,7 +1251,7 @@ CONFIGURE_OPTS="\
--build=%{gcc_target_platform} \ --build=%{gcc_target_platform} \
%endif %endif
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 9 %if 0%{?fedora} >= 35 || 0%{?rhel} >= 9
%ifnarch %{arm} riscv64 %ifnarch %{arm}
--with-build-config=bootstrap-lto --enable-link-serialization=1 \ --with-build-config=bootstrap-lto --enable-link-serialization=1 \
%endif %endif
%endif %endif
@ -3608,6 +3608,9 @@ end
%endif %endif
%changelog %changelog
* Fri Feb 02 2024 David Abdurachmanov <davidlt@rivosinc.com> 14.0.1-0.4.2.riscv64
- Rebuild with bootstrap-lto configuratio enabled
* Wed Jan 31 2024 David Abdurachmanov <davidlt@rivosinc.com> 14.0.1-0.4.1.riscv64 * Wed Jan 31 2024 David Abdurachmanov <davidlt@rivosinc.com> 14.0.1-0.4.1.riscv64
- Bump - Bump