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:
commit
29312f7bef
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user