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 # enable|disable control flow integrity support
%global cfi 0 %global cfi 0
%ifarch x86_64 aarch64
%if %{clang} %if %{clang}
%if 0%{?fedora} || 0%{?rhel} > 7 %if 0%{?fedora} || 0%{?rhel} > 7
%global cfi 1 %global cfi 1
%endif %endif
%endif %endif
%endif
# set correct toolchain # set correct toolchain
%if %{clang} %if %{clang}

Loading…
Cancel
Save