Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5c3b0adb1a | |||
| 01a7218453 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 15 11:00:10 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Reenable LTO on riscv64 as gcc has been fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 30 08:46:09 UTC 2025 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openblas
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -255,11 +255,6 @@ EOF
|
||||
%define _lto_cflags %{nil}
|
||||
%endif
|
||||
|
||||
%ifarch riscv64
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110812
|
||||
%global _lto_cflags %{nil}
|
||||
%endif
|
||||
|
||||
# Use DYNAMIC_ARCH everywhere - not sure about PPC?
|
||||
# Use DYNAMIC_ARCH to build for multiple targets, use TARGET to specify
|
||||
# the CPU model assumed for the common code. It should be set to the
|
||||
|
||||
Reference in New Issue
Block a user