Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package highway for openSUSE:Factory checked 
in at 2025-02-04 18:10:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/highway (Old)
 and      /work/SRC/openSUSE:Factory/.highway.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "highway"

Tue Feb  4 18:10:41 2025 rev:17 rq:1242912 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/highway/highway.changes  2024-06-04 
12:51:28.236565731 +0200
+++ /work/SRC/openSUSE:Factory/.highway.new.2316/highway.changes        
2025-02-04 18:11:20.808601545 +0100
@@ -1,0 +2,5 @@
+Mon Feb  3 14:40:01 UTC 2025 - Andreas Schwab <sch...@suse.de>
+
+- Disable LTO on riscv64 due to gcc bug 110812
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ highway.spec ++++++
--- /var/tmp/diff_new_pack.hPDmwZ/_old  2025-02-04 18:11:21.456628281 +0100
+++ /var/tmp/diff_new_pack.hPDmwZ/_new  2025-02-04 18:11:21.456628281 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package highway
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -72,6 +72,11 @@
 %prep
 %autosetup -p1
 
+%ifarch riscv64
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110812
+%global _lto_cflags %{nil}
+%endif
+
 %build
 export CFLAGS="%optflags -DHWY_COMPILE_ALL_ATTAINABLE"
 %ifarch ppc64 ppc64le

Reply via email to