Hello community,

here is the log from the commit of package ldc for openSUSE:Factory checked in 
at 2020-11-25 19:31:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ldc (Old)
 and      /work/SRC/openSUSE:Factory/.ldc.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ldc"

Wed Nov 25 19:31:00 2020 rev:13 rq:850764 version:1.23.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ldc/ldc.changes  2020-10-02 17:40:04.786837961 
+0200
+++ /work/SRC/openSUSE:Factory/.ldc.new.5913/ldc.changes        2020-11-25 
19:31:30.718624900 +0100
@@ -1,0 +2,6 @@
+Wed Nov 25 15:09:09 UTC 2020 - Guillaume GARDET <[email protected]>
+
+- Fix aarch64 build:  Drop '-mbranch-protection=standard' option
+  as llvm7 does not support it
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ldc.spec ++++++
--- /var/tmp/diff_new_pack.eyUGRg/_old  2020-11-25 19:31:31.318625490 +0100
+++ /var/tmp/diff_new_pack.eyUGRg/_new  2020-11-25 19:31:31.322625494 +0100
@@ -172,6 +172,13 @@
 %endif
 
 %build
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
+%ifarch aarch64
+# llvm7 does not support '-mbranch-protection=standard' option
+export CFLAGS=`echo "%{optflags}" |sed 's/-mbranch-protection=standard//'`
+export CXXFLAGS=`echo "%{optflags}" |sed 's/-mbranch-protection=standard//'`
+%endif
+%endif
 %if %{with ldc_bootstrap}
 pushd ldc-0.17.6-src
 #Needs to be compiled with clang, but opensuse_rules.cmake forces gcc so 
disable rule
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to