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:
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
|
||||
|
Reference in New Issue
Block a user