Accepting request 850763 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Fix aarch64 build: Drop '-mbranch-protection=standard' option as llvm7 does not support it OBS-URL: https://build.opensuse.org/request/show/850763 OBS-URL: https://build.opensuse.org/package/show/devel:languages:D/ldc?expand=0&rev=43
This commit is contained in:
parent
b14b3e09ae
commit
11d13e679e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 15:09:09 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Fix aarch64 build: Drop '-mbranch-protection=standard' option
|
||||
as llvm7 does not support it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 09:04:59 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
7
ldc.spec
7
ldc.spec
@ -172,6 +172,13 @@ popd
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user