Add new macro for toolchain based on comments from RHBZ#1844893

f38
Michael Cronenworth 5 years ago
parent 4a5b3c2883
commit 41fb9606e6

@ -702,6 +702,11 @@ sed -i -e 's!^loader server: libs/port libs/wine tools.*!& include!' Makefile.in
# 0%%{?wine_staging} # 0%%{?wine_staging}
%build %build
%if 0%{?fedora} >= 33
%ifarch aarch64
%global toolchain clang
%endif
%endif
# disable fortify as it breaks wine # disable fortify as it breaks wine
# http://bugs.winehq.org/show_bug.cgi?id=24606 # http://bugs.winehq.org/show_bug.cgi?id=24606

Loading…
Cancel
Save