From 96310bcbe142affa16a0d7f93e51198b2e1f4f0e Mon Sep 17 00:00:00 2001 From: Gabriel Somlo Date: Aug 07 2020 21:40:02 +0000 Subject: disable LTO for f33 rebuild (BZ 1865657) --- diff --git a/yosys.spec b/yosys.spec index 76d0b09..a239150 100644 --- a/yosys.spec +++ b/yosys.spec @@ -7,7 +7,7 @@ Name: yosys Version: 0.9 -Release: 6%{?dist} +Release: 7%{?dist} #Release: 1.1.%%{snapdate}git%%{shortcommit0}%%{?dist} Summary: Yosys Open SYnthesis Suite, including Verilog synthesizer License: ISC and MIT @@ -119,6 +119,8 @@ done %build +# disable LTO to allow building for f33 rawhide (BZ 1865657): +%define _lto_cflags %{nil} %set_build_flags make %{?_smp_mflags} PREFIX="%{_prefix}" ABCEXTERNAL=%{_bindir}/abc PRETTY=0 all manual @@ -170,6 +172,9 @@ make test ABCEXTERNAL=%{_bindir}/abc SEED=314159265359 %changelog +* Thu Aug 06 2020 Gabriel Somlo - 0.9-7 +- Disable LTO for f33 rebuild (BZ 1865657) + * Sat Aug 01 2020 Fedora Release Engineering - 0.9-6 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild