Disable LTO bootstrap (riscv64)
Let's do the 1st build without LTO and the next one with to speedup. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
73d3eb4801
commit
394ac574c7
2
gcc.spec
2
gcc.spec
@ -1249,7 +1249,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}
|
%ifnarch %{arm} riscv64
|
||||||
--with-build-config=bootstrap-lto --enable-link-serialization=1 \
|
--with-build-config=bootstrap-lto --enable-link-serialization=1 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user