disable is_cfi flag on ppc64le as it is not supported.

https://bugzilla.redhat.com/show_bug.cgi?id=2298822
epel9
Than Ngo 2 months ago
parent 8326e719e5
commit 2cd28e4a58

@ -177,11 +177,13 @@
# enable|disable control flow integrity support
%global cfi 0
%ifarch x86_64 aarch64
%if %{clang}
%if 0%{?fedora} || 0%{?rhel} > 7
%global cfi 1
%endif
%endif
%endif
# set correct toolchain
%if %{clang}

Loading…
Cancel
Save