Accepting request 1242905 from science

Disable LTO on riscv64 due to GCC#110812

OBS-URL: https://build.opensuse.org/request/show/1242905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=67
This commit is contained in:
Ana Guerrero 2025-02-04 17:10:38 +00:00 committed by Git OBS Bridge
commit 29312f7bef
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 3 14:43:29 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Disable LTO on riscv64 due to GCC#110812
-------------------------------------------------------------------
Thu Jan 2 15:15:51 UTC 2025 - Egbert Eich <eich@suse.com>

View File

@ -370,6 +370,11 @@ EOF
%define _lto_cflags %{nil}
%endif
%ifarch riscv64
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110812
%global _lto_cflags %{nil}
%endif
%if %{with hpc}
%hpc_debug
%hpc_setup_compiler